@media(min-width:1024px){
.al-categories .lg\:grid-cols-6 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
}
.al-categories img {
    max-height: 100%;
}
.al-categories .category_card:hover::after {
    display: none !important
} 
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 80px;
}