.features-wrapper{margin:0 auto;padding:40px 0;text-align:center}.features{display:grid;gap:35px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));justify-items:center}.feature-box{background-color:#fff;border:2px solid #0b846f;border-radius:10px;box-shadow:0 3px 6px #00000029;padding:40px 20px;text-align:center;width:100%}.feature-box .icon img{height:auto;margin:20px 0;object-fit:contain}.feature-box h3{font-size:30px;font-weight:400;margin-bottom:0}.feature-box p{font-size:14px;line-height:1.5}@media (max-width:768px){.features{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.features{grid-template-columns:1fr}}