.customer-logos__grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:.75rem;display:grid}.customer-logos__item{background:var(--background);border:1px solid var(--border);border-radius:.4rem;justify-content:center;align-items:center;min-height:64px;padding:1rem;display:flex}@media (min-width:620px){.customer-logos__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:960px){.customer-logos__grid{grid-template-columns:repeat(6,1fr)}}.customer-logos__image{object-fit:contain;height:auto}
