.section-features .section__head{margin-bottom:40px;text-align:center}.section-features .section__head p{color:#54b6e7;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.section-features .section__head h2{color:#163e63;font-size:32px;font-weight:700;line-height:1.3;margin:0 auto;max-width:700px}.features__items{display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.features__item{display:flex}.feature{background-color:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.08);display:flex;flex-direction:column}.feature,.feature__image{overflow:hidden;width:100%}.feature__image{height:208px}.feature__image img{display:block;height:100%;object-fit:cover;width:100%}.feature__content{display:flex;flex-direction:column;flex-grow:1;padding:28px 28px 32px}.feature__content h4{color:#163e63;font-size:24px;font-weight:700;line-height:1.3;margin:0 0 16px}.feature__content p{color:#333;flex-grow:1;font-size:16px;line-height:1.6;margin:0 0 24px}.feature__content .btn-alt{background-color:#4f7942;border-radius:8px;color:#fff;display:block;font-size:17px;font-weight:700;padding:16px 24px;text-align:center;text-decoration:none;transition:background-color .2s ease}.feature__content .btn-alt:hover{background-color:#3f6135;color:#fff}@media (max-width:991px){.features__items{gap:24px;grid-template-columns:1fr}}