.partners{display:grid;gap:var(--gg)var(--gg);grid-template-rows:auto;grid-template-columns:repeat(12,1fr);margin-bottom:var(--hspace-xs);img{border-radius:.5rem;grid-column:span 6;height:auto;max-width:100%;object-fit:cover;width:100%;@media(min-width:22.5em){grid-column: span 4;}@media(min-width:56.25em){grid-column: span 3;}@media(min-width:75em){grid-column: span 2;}}@media(min-width:56.25em){grid-column: 1 / 13; margin-bottom: var(--hspace-s-l);}}