.categories-wrapper .categories-layout{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px;width:100%;height:100%;display:grid}@media screen and (max-width:500px){.categories-wrapper .categories-layout{grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}}
