body .cabinet-grid {
    display: grid !important;
}

/* Mobile */
@media (max-width: 768px) {
    body .cabinet-grid {
        display: block !important;
    }
}
