.features-section{background:url(/_next/static/media/sfondo-rules.676936d8.png) no-repeat 50%;background-size:cover;text-align:center;padding:60px 20px;color:#333}.features-section h2{font-size:28px;font-weight:400;margin-bottom:3rem;color:var(--bg--color)}.features-section h3{font-size:20px;font-weight:400;color:var(--bg--color)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;max-width:1000px;margin:0 auto}.feature-item{text-align:center;padding:10px}.feature-item img{width:50px;height:50px;margin-bottom:15px}.feature-item h4{font-size:16px;font-weight:700}.feature-item p{font-size:14px;margin-top:0;color:var(--bg--color)}@media (max-width:768px){.features-grid{grid-template-columns:repeat(2,1fr);gap:20px}}