/* Home - Services carousel section responsive */

@media screen and (max-width: 1439px) {

}

@media screen and (min-width: 641px) and (max-width: 1024px) {
    .services__page[data-services-page] {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 640px) {
    /* flatten grouped 4-card pages into one card per slide so it's a real swipeable carousel on small/mobile screens only; tablet and up keep the multi-card grid */
    .services__page[data-services-page] {
        display: contents;
    }

    .services__card {
        width: 100%;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 375px) {

}
