/* Add custom CSS styles below */ 
.al-categories img {
    width: auto;
}
@media (min-width: 1024px) {
  .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}