/* Add custom CSS styles below */ 
@media (min-width:991px){
.al-categories .category_card:nth-of-type(1) {
    grid-column: 3/4;
}
.Alo__main h1 {
    font-size: 27px;
    line-height: 40px  !important;
}
}
.al-categories img {
    height: auto;
}

/******************/
@media (max-width:768px){
.al-testimonial > div > div:nth-of-type(2) *{
color: #000 !important;
}
.store-footer .container.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px;
}
.store-footer .container.grid  *{
   margin-left:auto;
margin-right:auto ;
text-align: center;
}
}