.section{margin-bottom:4rem;padding:2rem;border-radius:12px}.section-title{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:#0b477b;text-align:center}.section-text{font-size:1rem;color:#333;text-align:center;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.feature-card{background-color:#fff;color:#000;padding:1.5rem;border-radius:12px;text-align:center;border:1px solid #ddd;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-10px);box-shadow:0 4px 15px #0000001a}.feature-logo{display:block;margin:0 auto 1rem;width:60px;height:60px;object-fit:contain}.feature-text{font-size:.95rem;color:#333;margin:0}@media (max-width: 992px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}}.feature-title{color:#0b477b;font-size:1.15rem;font-weight:600;text-align:center;margin:.5rem 0}@media (max-width: 768px){.feature-title{font-size:1rem}}
