/* Add custom CSS styles below */ 
@media (min-width: 1200px) {
    .g_cat .lg\:grid-cols-6 {
        grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    }
}