/* Add custom CSS styles below */ 
.al-categories .lg\:grid-cols-6 {
    display: flex;
    justify-content: center;
}
.al-categories .category_card {
    width: 20%;
}
@media (max-width:768px){
  .al-categories .category_card {
    width: 47%;
}
}
@media (max-width:768px){
.store-footer__inner * {
    text-align: center !important;
        margin-inline: auto;
}
.store-footer__inner .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
}