.home .solution-card{min-height:490px}
.home .solution-card .card-top{margin-bottom:16px}
.home .solution-photo{height:175px;margin:0 -12px 25px;overflow:hidden;border-radius:12px;position:relative;background:#dfe5e9}
.home .solution-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,43,82,.2),transparent 65%)}
.home .solution-photo img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.home .solution-card:hover .solution-photo img{transform:scale(1.07)}
.home .solution-card:nth-child(1) .solution-photo,.home .solution-card:nth-child(6) .solution-photo{border:1px solid rgba(255,255,255,.13)}
.home .solution-card:nth-child(1) .solution-photo:after,.home .solution-card:nth-child(6) .solution-photo:after{background:linear-gradient(0deg,rgba(3,29,55,.55),transparent 65%)}
.home .solution-card:nth-child(3) .solution-photo{border:1px solid rgba(255,255,255,.45)}
.home .solution-card h3{margin-bottom:12px}
.home .solution-card p{font-size:13px}
.home .solution-card a{bottom:28px}
@media(max-width:620px){.home .solution-card{min-height:475px}.home .solution-photo{height:190px}}
