.cards{padding-top:72px;display:grid;flex-wrap:nowrap;justify-content:space-between;grid-template-columns:1fr 1fr;gap:20px;justify-items:center}.cards__card h4{font-weight:700;font-size:14px;line-height:120%;transition:.2s;color:#ef3e42}.cards__card{display:grid;height:170px;background:#fff;padding:39px 11px;box-shadow:0 0 20px rgba(0,0,0,.1);gap:10px;cursor:pointer;width:179px}.cards__card:hover h4{color:#102d7b}.cards__card:hover .card__image{filter:invert(15%) sepia(32%) saturate(4960%) hue-rotate(216deg) brightness(93%) contrast(102%)}.card__image{height:30px;max-width:100%;transition:.2s}@media (min-width:1080px){.cards{gap:80px}}