.feature-section{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:4rem 1rem;position:relative;text-align:center}.feature-section .cards-wrapper{display:grid;gap:1.5rem;grid-template-columns:1fr;margin:0 auto 2rem;max-width:1200px;padding:0 1rem}@media (min-width:768px){.feature-section .cards-wrapper{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;border-radius:1rem;box-shadow:0 4px 16px rgba(0,0,0,.05);padding:1.5rem;text-align:left;transition:background .3s ease,color .3s ease}.feature-card:hover{background-color:#9c1919;color:#fff}.feature-card:hover h3,.feature-card:hover p{color:#fff}.feature-card h3{font-size:1.4rem;font-weight:700;margin-bottom:.75rem}.feature-card p{font-size:1rem;font-weight:500;line-height:1.5;margin:0}@media (min-width:768px){.feature-card{height:100%}}