.products{display:grid;grid-template-columns:repeat(4,1fr);gap:4em}@media (max-width:1024px){.products{grid-template-columns:repeat(3,1fr);gap:3em 2em}}@media (max-width:768px){.products{grid-template-columns:repeat(2,1fr);gap:2em 1em}}