/* Add custom CSS styles below */ 
@media (min-width:768px){
  .al-categories .grid.grid-cols-2{
    display: flex;
    justify-content: center;
}
}
@media (max-width:768px){
.store-footer__inner * {
    text-align: center !important;
        margin-inline: auto;
}
.store-footer__inner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
}
 .lg\:hidden.flex.flex-col * {
    color: #000 !important;
}
}
.al-testimonial .card   span path{
    fill: #6B0D18;
    }
.store-footer__inner  img[alt="queenlamsa"] {
    filter: brightness(47);
}
.al-categories p{
  display: none
}