@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");.features-section{background-color:#18303d;padding:60px 24px}.features-section .features-container{margin:0 auto;max-width:1200px}.features-section .features-title{color:#fff;font-family:Poppins,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:600;line-height:1.3;margin-bottom:60px;text-align:center}.features-section .features-grid{display:grid;gap:40px;grid-template-columns:1fr;margin-bottom:50px}@media (min-width:576px){.features-section .features-grid{gap:32px 24px;grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.features-section .features-grid{gap:32px;grid-template-columns:repeat(4,1fr)}}.features-section .feature-item{padding:0 16px;text-align:center}.features-section .feature-icon{align-items:center;display:flex;height:56px;justify-content:center;margin:0 auto 20px;width:56px}.features-section .feature-icon img{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.features-section .feature-name{color:#fff;font-family:Poppins,sans-serif;font-size:18px!important;font-weight:600;line-height:1.3;margin-bottom:12px}.features-section .feature-description{color:#a8b8b5;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.6;margin:0}.features-section .features-cta{padding-top:10px;text-align:center}.features-section .btn-primary{background-color:#20d2b5;border:3px #20d2b5;border-radius:5px;color:#18303d;fill:#18303d;font-size:16px;padding:9px 18px;text-transform:capitalize}.features-section .btn-primary,.features-section .btn-primary:hover{font-family:Poppins,sans-serif;font-style:normal;font-weight:500;text-decoration:none}.features-section .btn-primary:hover{background-color:#23b9a7;border:3px #20d2b5;color:#151e24;fill:#151e24}.features-section.features-section--light{background-color:#fff}.features-section.features-section--light .feature-name,.features-section.features-section--light .features-title{color:#18303d}.features-section.features-section--light .feature-description{color:#5a6b6f}.features-section.features-section--light .btn-primary{background-color:#20d2b5;color:#18303d;fill:#18303d}.features-section.features-section--light .btn-primary:hover{background-color:#23b9a7;color:#151e24;fill:#151e24}@media (max-width:575px){.features-section{padding:60px 20px}.features-section .features-title{margin-bottom:48px}.features-section .features-grid{gap:36px;margin-bottom:40px}.features-section .feature-item{padding:0 8px}.features-section .feature-icon{height:48px;margin-bottom:16px;width:48px}.features-section .feature-name{font-size:16px!important}.features-section .btn-primary{font-size:15px;padding:14px 28px}}