.testimonial-carousel .testimonial-carousel-item {
    position: relative;
}

.testimonial-carousel .testimonial-card {
    max-width: 290px;
    position: absolute;
    top: 160px;
    right: -85px;
}

.testimonial-carousel .slick-list {
    overflow: visible !important;
}

.testimonial-carousel .slick-slide>div {
    line-height: 0;
}

.testimonial-carousel .slick-dots {
    margin: 0 auto 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 1200px) {
    .testimonial-carousel .testimonial-card {
        right: -55px;
    }
}

@media screen and (max-width: 1024px) {
    .testimonial-carousel .testimonial-carousel-item>img {
        margin: 0 auto 60px;
    }

    .testimonial-carousel .testimonial-card {
        max-width: 360px;
        margin: 0 auto;
        position: relative;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .testimonial-carousel .testimonial-carousel-item>img {
        margin: 0 auto 60px;
    }
}

@media screen and (max-width: 480px) {
    .testimonial-carousel .testimonial-carousel-item>img {
        margin: 0 auto 35px;
    }
}

@media screen and (max-width: 360px) {
    .testimonial-carousel .testimonial-card {
        margin: 0 15px;
    }
}