@media (max-width: 960px) {

    .footer-customer-service__grid {
        grid-template-columns: repeat(4, min(27%)) !important;
        overflow-x: auto;
        width: 100%;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
    }
    .footer-customer-service__grid > .wp-block-group {
        scroll-snap-align: start;
    }

}

@media (max-width: 680px) {

    .footer-customer-service__grid {
        grid-template-columns: repeat(4, min(42%)) !important;
    }

}

@media (max-width: 480px) {

    .footer-customer-service__grid {
        grid-template-columns: repeat(4, min(79%)) !important;
    }

}