/* ------------------------------ */
/* ------- Swiper (Custom) ------ */
/* ------------------------------ */

.section > .section__swiper {
    overflow: hidden;
    background-color: var(--brand-cold-grey);
}

.section__swiper .swiper-container {
    overflow: visible;
}

.section__swiper .swiper-slide {
    background-color: var(--brand-white);
}

.section__swiper .swiper-slide:last-child {
    margin-right: 0 !important;
}

.section__swiper .swiper-slide-content h3 {
    font-size: var(--font-size-4);
    margin-top: 0;
    color: var(--brand-black);
    min-height: 108px;
}

.section__swiper .swiper-slide-content .button--filled.button--small a {
    margin-top: 0;
}



/* ------------------------------ */
/* -------- Media Queries ------- */
/* ------------------------------ */

@media all and (min-width: 992px) {

    .swiper--custom.swiper {
        padding-top: var(--spacing-9);
    }

    .swiper--custom.swiper .swiper_navigation {
        position: absolute;
        top: -51px;
        right: 0;
    }

}


@media all and (min-width: 1400px) {

    .section__swiper .swiper-slide {
        width: 516px;
    }

    .section__swiper .swiper-slide-content p {
        min-height: 135px;
    }

}


@media all and (min-width: 1536px) {

    .section__swiper .swiper-slide-content {
        padding: var(--spacing-7);
    }

}


@media all and (max-width: 1535.98px) and (min-width: 576px) {

    .section__swiper .swiper-slide-content {
        padding: var(--spacing-6);
    }

}


@media all and (max-width: 1399.98px) and (min-width: 1240px) {

    .section__swiper .swiper-slide {
        width: 480px;
    }

    .section__swiper .swiper-slide-content p {
        min-height: 125px;
    }

}


@media all and (max-width: 1239.98px) and (min-width: 992px) {

    .section__swiper .swiper-slide {
        width: 440px;
    }

    .section__swiper .swiper-slide-content p {
        min-height: 119px;
    }

}


@media all and (max-width: 991.98px) and (min-width: 576px) {

    .section__swiper .swiper-slide {
        width: 420px;
    }

    .section__swiper .swiper-slide-content p {
        min-height: 114px;
    }

    .swiper--custom.swiper {
        padding-top: var(--spacing-11);
    }

    .swiper--custom.swiper .swiper_navigation {
        position: absolute;
        top: -10px;
        right: 0;
    }

}


@media all and (max-width: 575.98px) {

    .section__swiper .swiper-slide-content p {
        min-height: 104px;
    }

    .section__swiper .swiper-slide-content {
        padding: var(--spacing-5);
    }

    .section__swiper .swiper-slide-content h3 {
        min-height: 80px;
    }

}


@media all and (max-width: 575.98px) and (min-width: 400px) {

    .section__swiper .swiper-slide {
        width: 367px;
    }

}


@media all and (max-width: 399.98px) {

    .section__swiper .swiper-slide {
        width: 320px;
    }

}