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