.category-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:16px 40px}@media screen and (max-width: 1200px){.category-list{grid-gap:16px}}@media screen and (max-width: 768px){.category-list{grid-template-columns:repeat(2,1fr)}}
