.brand-grid{padding-top:40px;padding-bottom:40px;display:flex;flex-direction:column;gap:20px}@media only screen and (min-width: 768px){.brand-grid{padding:60px 0;gap:40px}}.brand-grid__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media only screen and (min-width: 768px){.brand-grid__grid{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 1200px){.brand-grid__grid{grid-template-columns:repeat(4, 1fr)}}@media only screen and (min-width: 1400px){.brand-grid__grid{grid-template-columns:repeat(5, 1fr);gap:60px 120px}}.brand-grid__item{display:flex;justify-content:center;align-items:center}
