.four-card-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.four-card-home{background:#eff1f2}
.four-card{background:#cfcfcf;padding:40px;min-height:236px;text-align:center;transition:all .4s ease;transform:scale(1);border-radius:6px}
.four-card:hover{background:#000;transform:scale(1.07);color:#fff;box-shadow:0 20px 40px rgba(0,0,0,0.35);z-index:5}
.four-card .icon img{width:90px;height:auto;margin-bottom:25px;transition:all .3s ease}
.four-card:hover img{filter:brightness(0) invert(1)}
.four-card .title{font-size:26px;font-weight:600;margin-bottom:10px}
.four-card .subtitle{font-size:18px;opacity:.85}
@media(max-width:768px){.four-card-wrapper{grid-template-columns:1fr}
.four-card{min-height:200px;padding:50px 0}
.four-card .title{font-size:1.3rem}
.four-card .subtitle{font-size:1rem}
}