.testimonial-slider-section{
    min-height: 725px;
    height: 1px;
}
.testimonial-slider-section .testimonial-slider-wrapper,
.testimonial-slider-section .splide,
.testimonial-slider-section .splide .splide__track{
    height:100%;
}

.testimonial-slider-section .splide .splide__slide{
    display: flex;
    align-items: center;
    padding: 0 max(15px, calc(50vw - 600px));
    position: relative;
}
.testimonial-slider-section .splide .splide__slide .slide_content{
    width: 60vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 50%;
    z-index: 5;
}
.testimonial-slider-section .splide .splide__slide .slide_content h2{
    margin-bottom: 25px;
}
.testimonial-slider-section .splide .splide__slide .slide_content .quote-header{
    font-size:5.5rem;
    line-height: 6.5rem;
    letter-spacing: .03em;
}
.testimonial-slider-section .splide .splide__slide .slide_content h6{
    text-transform: uppercase;
}
.testimonial-slider-section .splide .splide__slide .slide_content p{
    margin-bottom: auto;
}
.testimonial-slider-section .splide .splide__slide .slide_content .yellow-btn{
    display: inline-block;
    margin-top:60px;
}

.testimonial-slider-section .splide .splide__slide .slide-media{
    width: 40vw;
    height: 100%;
    position: absolute;
    left: 0;
}
.testimonial-slider-section .splide .splide__slide .slide-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.testimonial-slider-section .slide-count{
    position: absolute;
    left: 50vw;
    bottom:15px;
}
.testimonial-slider-section .slide-count p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.testimonial-slider-section .splide__pagination{
    right: unset;
    left: 50vw;
    bottom: 20px;
    padding: 0;
}
.testimonial-slider-section .splide__pagination li button{
    border-radius: 0;
    width: 42px;
    height: 9px;
    background: var(--grey-4);
    margin:5px;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.testimonial-slider-section .splide__pagination li button.splide__pagination__page.is-active{
    transform:scale(1);
    background:var(--tex-yellow);
}


@media (max-width:1575px){
}
@media (max-width:1080px){
    .testimonial-slider-section {
        height:auto;
    }
    .testimonial-slider-section .splide .splide__arrow{
        top:150px;
    }
    .testimonial-slider-section .splide .splide__slide{
        flex-direction: column;
        align-items: flex-start;
        padding: 0 15px;
    }
    .testimonial-slider-section .splide .splide__slide .slide_content{
        width: 100%;
        margin: 30px 0 75px;
    }
    .testimonial-slider-section .splide .splide__slide .slide_content .quote-header{
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
    .testimonial-slider-section .splide .splide__slide .slide-media{
        position: initial;
        width: 100vw;
        margin-left: -15px;
    }
    .testimonial-slider-section .slide-count{
        left:15px;
    }
    .testimonial-slider-section .splide__pagination{
        margin-left:0px!important;
    }
}
@media (max-width:768px){
}