.brands-overview{display:grid;gap:var(--gl-gutter);grid-template-columns:repeat(4, 1fr)}.brand-overview-item{text-align:center;margin:auto 0}.brand-overview-item:not(.visible){display:none}.brand-overview-item svg{max-width:100%}@media (max-width:48em){.brands-overview{grid-template-columns:repeat(3, 1fr)}}@media (max-width:36em){.brands-overview{grid-template-columns:repeat(2, 1fr)}}