/*
Generated time: June 27, 2025 17:41
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.featured-brands{display:grid;grid-template-columns:1fr 3fr;background:linear-gradient(90deg,#4cb1a3,#8add4f);color:#fff;padding:60px 40px;gap:40px;border-radius:10px}.featured-brands .content{display:flex;flex-direction:column;justify-content:center}.featured-brands .content h2{font-size:36px;font-weight:800;margin-bottom:20px;text-transform:uppercase}.featured-brands .content p{font-size:16px;line-height:1.6;margin-bottom:24px;color:#000}.featured-brands .content a{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#fff;text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease}.featured-brands .content a:hover{border-bottom:2px solid #fff}.brand-logos{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:32px;align-items:center;justify-items:center;background:#fff;padding:60px;border-radius:8px}.brand-logos img{max-width:100%;height:auto;object-fit:contain;max-height:100px;box-shadow:3px 4px 6px #0000001a;transition:all .35s ease-in-out}.brand-logos img:hover{box-shadow:3px 4px 6px rgba(0,0,0,.25)}@media (max-width:991px){.featured-brands .content h2{font-size:26px;text-align:center}.featured-brands{padding:15px 12px;gap:0}.featured-brands{grid-template-columns:1fr}.featured-brands .content p{text-align:center}.brand-logos{padding:15px;gap:25px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}