.products{display:grid;grid-template-columns:repeat(4,1fr);gap:2em 1.5em}@media (max-width:1024px){.products{grid-template-columns:repeat(2,1fr);gap:1.5em .75em}}.products.expanded{grid-template-columns:repeat(2,1fr)}@media (max-width:1024px){.products.expanded{grid-template-columns:100%;gap:1em}}