.employee-testimonials-swiper .swiper-wrapper {align-items:stretch;}
.employee-testimonials-swiper .swiper-slide {height:auto;}
.employee-testimonials-swiper__container {
    width:100%;
    height:100%;
    display:grid;
    grid-template-columns:50% 50%;
}
.employee-testimonials-swiper__text {
    /* padding: 140px 140px 190px; */
    padding: 7vw 7vw 10vw;
    background-color:#F3F3F3;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    color:#333;
}
.employee-testimonials-swiper__title {
    margin:0 0 20px 0;
}
.employee-testimonials-swiper__image {position:relative;}
.employee-testimonials-swiper__image img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.employee-testimonials-swiper .employee-testimonials-swiper__nav {width:50px;height: 50px;}
.employee-testimonials-swiper .employee-testimonials-swiper__nav::after {display:none}
.employee-testimonials-swiper .employee-testimonials-swiper__nav svg {height: auto}
.employee-testimonials-swiper .swiper-button-prev {left:0}
.employee-testimonials-swiper .swiper-button-next {right:0}
.employee-testimonials-swiper .employee-testimonials-swiper__nav.swiper-button-disabled {opacity:0}
#employee-testimonials-swiper .swiper-pagination {
    text-align:left;
    left:7vw;
    top:auto;
    bottom:60px;
}
#employee-testimonials-swiper .swiper-pagination-bullet {
    background:transparent;
    border:2px solid #9B9996;
    height:15px;
    width:15px;
    margin:0 15px 0 0;
    transition:.3s ease background-color, .3s ease border-color;
}
#employee-testimonials-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color:var(--blue);
    border-color:var(--blue);
}

@media screen and (max-width:1024px) {
    .employee-testimonials-swiper__text {padding:5vw 5vw 10vw;}
    #employee-testimonials-swiper .swiper-pagination {left:5vw;}
    .employee-testimonials-swiper .employee-testimonials-swiper__nav {width:4vw;height: 4vw;}
}

@media screen and (max-width:900px) {
    .employee-testimonials-swiper__image {display:none;visibility:hidden;}
    .employee-testimonials-swiper__text {
        grid-column: 1 / 3;
        padding:6vw 6vw 10vw
    }
    #employee-testimonials-swiper .swiper-pagination {left:6vw;bottom: 30px;}
}

@media screen and (max-width:600px) {
    .employee-testimonials-swiper__text {padding: 15vw 30px 21vw;}
    #employee-testimonials-swiper .swiper-pagination {left: 30px;bottom: 10vw;}
    .employee-testimonials-swiper .employee-testimonials-swiper__nav {display:none}
}