/* Home Testimonials Section */
@media (min-width: 1200px) {
    .home-testimonials-slider.slider-with-custom-nav .swiper-pagination {
        margin-right: 64px;
        min-width: 160px;
    }
}
@media (min-width: 1200px) {
    .home-testimonials-slider.slider-with-custom-nav .swiper-button-next {
        right: 70px;
    }
}
@media screen and (min-width: 1441px) {
    .home-testimonials-body {
        max-width: calc(100vw - ((100vw - 1440px) / 2));
        margin-left:   calc((100vw - 1440px) / 2);
        padding-left: 0;
    }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .home-testimonials-body {
        max-width: calc(100vw - ((100vw - var(--theme-container-width, calc(100% - 40px))) / 2));
        margin-left: calc((100vw - var(--theme-container-width, calc(100% - 40px))) / 2);
    }
}
/* Home Showcase Section */
.home-showcase-slider {
    max-width: 1440px;
}