/* Add custom CSS styles below */ 
.al-categories .grid{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

.al-categories .grid a{
    width: 20%;
}

.al-categories img {
    width: auto;
    height: 65%;
}

@media(max-width:768px){
  .al-categories .grid a{
    width: 35%;
}  
footer *{
    text-align:center !important;
    margin: auto !important;
}
footer .grid {
    display: contents !important;
}
}