@import url(https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap);

.customer-stories-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    background: #d52839;
    padding-bottom: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.customer-stories-partners * {
    font-family: Epilogue, sans-serif
}

.customer-stories-partners .container {
    max-width: 1622px;
    padding: 39px 13px 10px;
    position: relative;
    z-index: 2
}

.customer-stories-partners .container .tt {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff
}

.customer-stories-partners .partners-swiper {
    width: 100%
}

.customer-stories-partners .swiper-slide {
    height: 6.7708333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: brightness(10);
    filter: brightness(10)
}

@media screen and (max-width: 767px) {
    .customer-stories-partners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-bottom: 22px
    }

    .customer-stories-partners .container {
        max-width: 100%;
        padding: 22px 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .customer-stories-partners .container .tt {
        font-size: 16px
    }

    .customer-stories-partners .swiper-slide {
        height: 24vw
    }
}