.o-brands{--grid-column-gap:var(--column-gap-mobile);--grid-row-gap:var(--row-gap-mobile)}@media screen and (min-width:768px){.o-brands{--grid-column-gap:var(--column-gap-desktop);--grid-row-gap:var(--row-gap-desktop)}}.o-brands__item{align-items:center;background-color:rgb(var(--color-background-secondary));display:flex;justify-content:center}.o-brands__item--max-width{justify-self:var(--justify);max-width:var(--max-width)}.o-brands__item--border-radius{border-radius:var(--brand-border-radius)}.o-brands img,.o-brands svg{display:block;height:auto;max-width:var(--image-max-width,100%);object-fit:var(--image-fit);width:100%}