.animation-wrapper{.animation__header-text{padding-bottom:0;margin-bottom:27px}
.brands{overflow:hidden}
.brands__inner{display:grid;grid-template-columns:repeat(6,1fr);gap:30px}
.brands__item{display:grid;overflow:hidden}
.brands__item svg path,.brands__item img{opacity:100%}
.brands__item svg,.brands__item img{height:24px;grid-area:1/1;visibility:hidden;width:auto;justify-self:center}
}
@media only screen and (max-width:767px){.animation-wrapper{.animation__header-text{margin-bottom:25px}
.brands__inner{grid-template-columns:repeat(3,1fr);gap:36px}
}
}