.s-testimonials {
    position: relative;
    padding: 40px 20px 60px;
    text-align: center;
}
.c-testimonials-slider {
    height: auto;
    background-color: transparent;
}
.c-testimonials-slider__slide {
    padding: 60px 80px;
}

.c-testimonials-slider__testi-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.testimonial-container {
    display: inline-block;
    width: 44%;
    margin-right: 2.5%;
    margin-bottom: 40px;
    margin-left: 2.5%;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    vertical-align: bottom;
    text-align: center;
}
.testimonial-image {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-top: -40px;
    border-radius: 100%;
    background-position: 50% 50%;
    background-size: cover;
}
.testimonial-icon {
    width: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.w-slider-nav.w-round > div {
    border-radius: 100%;
}

.w-slider-dot {
    opacity: 0.4;
}

.w-slider-dot.w-active {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .s-testimonials{
        padding: 40px 0px 60px;
    }
    .s-testimonials .w-container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .c-testimonials-slider__slide {
        padding: 40px 60px;
    }
    .c-slider__left-arrow {
        width: 34px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .c-slider__right-arrow {
        width: 34px;
    }
    .testimonial-container {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .c-testimonials-slider__slide {
        padding: 40px;
    }
}
