/* Mobile M and S */
@media only screen and (max-width: 575px) {
}

/* Tablet */
@media only screen and (min-width: 768px) { 
    body main .products .cont .categ-tiles {
      margin-top: 30px;
      gap: 10px;
      overflow-x: scroll;
      justify-content: center;
    }
}

/* Laptops */
@media only screen and (min-width: 1024px) {
}

/* Desktops */
@media only screen and (max-width: 900px) {
}
