.key-features-grid{display:grid;gap:6px;grid-template-columns:repeat(2,1fr);width:100%}@media (min-width:640px){.key-features-grid{gap:12px;grid-template-columns:repeat(3,1fr)}}.key-feature{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05);height:100%;transition:transform .2s ease,box-shadow .2s ease}.key-feature-content{align-items:center;color:#212121;display:flex;height:100%;padding:12px;text-align:center}@media screen and (min-width:1280px){.key-feature-content{padding:24px 48px}}