.featuresContainer{width:100%;padding:50px;margin:auto;overflow:hidden;font-family:Inter,sans-serif}.featuresSection h2{font-size:64px;font-weight:500;line-height:100%;font-family:Bebas Neue,sans-serif!important}.featuresSection p{font-size:12px;font-weight:400;color:black}.featuresListImage{display:flex;padding:50px 0 0;gap:40px;flex-wrap:wrap;justify-content:space-between}.featuresList{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;flex:1}.singleFeature{background:#fff;padding:15px;border-radius:12px;height:100%}.featureIcon{background:rgba(255,215,0,1);width:60px;height:60px;display:flex;justify-content:center;align-items:center;border-radius:10px}.featureName{font-size:20px;padding:20px 0 10px;font-family:Bebas Neue,sans-serif!important}.featureDetails{font-size:12px;color:#432828;line-height:1.5}.featuresImage{width:265px;min-width:260px;border-radius:2px;overflow:hidden}.featuresImage img{width:100%;height:90%;object-fit:cover}@media screen and (max-width:1200px){.featuresContainer{padding:30px 20px}.featuresListImage{flex-direction:column;align-items:center}.featuresList{grid-template-columns:repeat(3,1fr);width:100%}.featuresImage{width:100%;max-width:300px;margin-top:30px}}@media screen and (max-width:800px){.featuresList{grid-template-columns:repeat(2,1fr);gap:20px}.featureName{font-size:18px}.featureDetails{font-size:13px}}@media screen and (max-width:500px){.featuresList{grid-template-columns:1fr}.featuresSection h2{font-size:40px;text-align:center}.featuresImage{max-width:90%;margin-top:-13px}}