/* Add custom CSS styles below */ 
@media (min-width:991px){
  a.category_card.mb-5.md\:mb-10 {
    min-width: 200px;
}
  .al-categories  .grid.grid-cols-2 {
    display: flex;
    justify-content: center;
}
 .al-categories  h3.text-center {
    font-size: 16px;
}
}
/******color of icon of testimin***/
.al-testimonial .card   span path{
    fill: #5356bc;
    }
@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;
}
}