#testimonials {
    padding-top: 13.438vw;
    margin-bottom: 8.333vw;
    position: relative;
}

#testimonials .heading {
    margin-bottom: 2.083vw;
}

#testimonials .heading h3 {
    margin-bottom: 1.198vw;
}

#testimonials .heading p {
    width: 44.167vw;
    margin-left: auto;
    margin-right: auto;
}

#testimonials .common-carousel {
    margin: 0 3.125vw;
}

#testimonials .slick-list {
    padding:0 8.854vw 0 0 !important;
}

#testimonials .carousel-item {
    margin: 0 .365vw;
}

@media (max-width: 767px) {
    #testimonials {
        margin-bottom: 120px;
    }

    #testimonials .heading {
        margin-bottom: 40px;
    }

    #testimonials .heading h3 {
        margin: 0 0 10px;
    }

    #testimonials .heading p {
        width: 316px;
    }

    #testimonials .common-carousel .item-link {
        font-size: 12px;
        line-height: 24px;
        margin-top: 0;
    }

    #testimonials .slick-list {
        padding:0 25px 0 0 !important;
    }
}