/* Add custom CSS styles below */ 
a.All_banner_btn.relative {
    border: 1px solid #ffff;
}
.al-categories p{
  display: none
}
@media screen and (min-width:768px) {
.al-categories  .grid.grid-cols-2 {
    display: flex;
    justify-content: center;
}
.al-categories a.category_card.mb-5 {
    min-width: 200px;
}
}
.al-testimonial .card   span path{
    fill: #222653;
    }
@media (max-width:768px){
.al-testimonial > div > div:nth-of-type(2) * {
  color: #222653 !important ;
}
}
@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;
}
}
@media (max-width:768px){
  .special_title h3{
    font-size: 16px !important
  }