.vr {
    padding: 2rem 0;
}

@media (min-width: 768px) {
    .custom-product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}