.categories-icons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:15px;margin:20px 0;max-width:100%}@media (max-width:768px){.categories-icons-grid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:10px}}@media (max-width:480px){.categories-icons-grid{grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:8px}}