/* Add custom CSS styles below */ 
.al-categories .lg\:grid-cols-6 {
    grid-template-columns: repeat(2, minmax(0, 250px));
    justify-content: center;
}
.wrapper.container.mx-auto.flex.flex-col.items-center.justify-center {
    padding-top: 40px;
}
 .store-footer {
    background-color: #C3D1E7 !important;
}
.al-categories img {
    width: auto;
    max-height: 200px !important;
    height: auto;
    scale: 1;
    transition: 1s all;
}