
.testimonial-wrap {
    position: relative;
    overflow: hidden;
    margin: 3vw 12.4vw;
    background: linear-gradient(179.92deg,#E6EBF0 0.07%,rgba(250,250,250,0.12) 148.95%);
    border-radius: 32px
}

.testimonial-wrap .testimonial-title {
    display: flex;
    justify-content: center;
    padding-top: 2.9vw
}

.testimonial-wrap .testimonial-title img {
    width: 3.5vw;
    margin-right: .5vw;
    object-fit: contain
}

.testimonial-wrap .testimonial-title .content {
    margin-top: auto;
    margin-bottom: auto
}

.testimonial-wrap .testimonial-title .content h4 {
    color: #474747;
    font-family: montserrat_semibold;
    font-size: 1.06vw;
    margin: 0;
}

.testimonial-wrap .testimonial-title .content h6 {
    color: #ababab;
    font-family: montserrat_light;
    font-size: .74vw;
    margin: 0;
}

.testimonial-wrap p {
    padding-bottom: 5vw;
    color: #636363;
    font-family: 'montserrat_light';
    font-size: .97vw;
    width: 42vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: .8vw;
    text-align: center;
    line-height: 1.63;
}

.testimonial-wrap .swiper-pagination {
    bottom: 1.4vw;
    left: 50%;
    transform: translate(-50%,-50%)
}

.testimonial-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f51838;
    width: 1.3vw;
    border-radius: 10px;
    height: .3vw
}

.testimonial-wrap .swiper-pagination-bullet {
    margin-right: .2vw;
    background: #e3e3e3;
    width: .6vw;
    border-radius: 10px;
    height: .3vw;
    opacity: 1
}

.testimonial-wrap .swiper-pagination {
    bottom: 1.4vw;
    left: 50%;
    transform: translate(-50%,-50%)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}
@media only screen and (max-width: 500px){

    .testimonial-wrap {
        margin: 3vw 6vw;
        border-radius: 10px
    }

    .testimonial-wrap .testimonial-title {
        padding-top: 11.9vw
    }

    .testimonial-wrap .testimonial-title img {
        width: 13.5vw;
        margin-right: .5vw
    }

    .testimonial-wrap .testimonial-title .content h4 {
        font-size: 4.06vw
    }

    .testimonial-wrap .testimonial-title .content h6 {
        font-size: 2.74vw
    }

    .testimonial-wrap p {
        padding-bottom: 11vw;
        font-size: 3.7vw;
        width: 76vw;
        line-height: 1.5;
        margin-top: 5.8vw;
    }

    .testimonial-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 6.5vw;
        height: 1.6vw
    }

    .testimonial-wrap .swiper-pagination-bullet {
        margin-right: 2vw;
        width: 2vw;
        height: 2vw
    }
}