.feature-section{padding:4rem 1rem;position:relative}.feature-section .cards-wrapper{align-items:stretch;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:0 auto;max-width:1200px;padding:0 1rem}.feature-card{align-self:stretch;background:var(--secondary-color);border-radius:1rem;box-shadow:0 4px 16px rgba(0,0,0,.075);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}.feature-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.15);transform:translateY(-4px)}.feature-card p{color:inherit;line-height:1.2;margin-bottom:0;margin-top:0}@media (min-width:768px){.feature-card{flex:0 0 calc(33.333% - 1rem)}}