/* 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;
}
  section#al-categories-2 {
    padding-top: 0px;
}
}
.al-testimonial .card   span path{
    fill: #084E5B;
    }
.al-categories .category_card::after {
display: none
}
.al-categories img {
   max-height: unset;
  --tw-translate-y:0px;
}

section#al-categories-2 p{
    display: none;
}
.al-categories .category_card:hover img {
    scale: 1 !important;
}
@media (max-width:768px){
 .al-categories  .grid.grid-cols-2 {
    row-gap: 0px;
}
  .store-footer__inner * {
    text-align: center !important;
        margin-inline: auto;
    color: #fff !important;
}
.store-footer__inner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
}
  button span.hidden.md\:inline-block {
display: block !important;
}
}