.grid-hh-w-cards{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);width:100%}.card-hh-w-cards{background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12);display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.card__img-wrap-hh-w-cards{aspect-ratio:4/2.5;overflow:hidden;width:100%}.card__img-wrap-hh-w-cards img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.card__footer-hh-w-cards{align-items:center;display:flex;padding:30px 20px}.card__cta-hh-w-cards{align-items:center;background:transparent;border:1.5px solid #0b6d75;border-radius:999px;color:#1a1a1a;cursor:pointer;display:inline-flex;font-weight:500;gap:8px;padding:8px 18px;text-decoration:none}@media (max-width:600px){.grid-hh-w-cards{grid-template-columns:1fr}}