@media all and (min-width: 768px) {
    .quote-block-wrapper .cta-wrapper a:not(:last-child) {
        margin-right: 40px;
        margin-bottom: 0;
    }
    .quote-block__content-wrapper{
        padding: 50px var(--spacing-05) 75px
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .quote-block__image {
        background-size: contain !important;
        background-position: center center !important;
    }
    .quote-block .cta-wrapper {
        justify-content: center;

    }
}


@media all and (min-width: 768px) and (max-width: 1279px) {
    .quote-block .cta-wrapper {
        flex-direction: row;
        align-items: center;
    }
}

@media all and (min-width: 821px) and (max-width: 991px) {
    .quote-block .container {
        padding-left: 0;
    }

}

@media all and (min-width: 992px) {
    .quote-block .slick-track {
        display: flex;
    }

    .quote-block .slick-slide {
        height: auto;
    }

    .quote-block {
        padding: var(--spacing-08) 0 var(--spacing-10);
    }

    .quote-block::before {
        position: absolute;
        content: '';
        width: 50%;
        left: 0;
        background: var(--orange);
        margin: var(--spacing-08) 0 var(--spacing-10);
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .quote-block__content-wrapper {
        width: calc(100% - 195px);
        background-image: url(../../../images/decorative-items/curve-quote.jpg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        padding: 61px 105px 61px 53px;
        height: 100%;
    }

    .quote-block__quotes {
        width: 312px;
    }

    .quote-block__stats-wrapper {
        width: 109px;
    }

    .carousel__slides>div {
        align-items: center;
        width: 100%;
    }

    .quote-block__image {
        width: 188px;
        height: 300px;
        margin-top: 0;
    }

    .quote-block__quotes blockquote {
        font-size: 32px;
        line-height: 35px;
    }

    .quote-block__quotee {
        font-size: 18px;
        line-height: 20px;
    }

    .quote-block .cta-wrapper {
        margin-top: var(--spacing-05);
    }

    .quote-block__stats {
        font-size: 40px;
        line-height: 44px;
    }

    .quote-block .carousel-dash {
        left: 60px;
    }
}

@media all and (min-width: 992px) {
    .quote-block__stats-wrapper {
        width: 145px;
    }

    .quote-block__quotes {
        width: 395px;
    }

    .quote-block__stats-items:last-child {
        margin-bottom: 0;
    }
}

@media all and (min-width: 1280px) {
    .quote-block::before {
        top: 43px;
    }

    .quote-block__image {
        width: 310px;
        height: 478px;
    }

    .quote-block__content-wrapper {
        width: calc(100% - 310px);
        margin-top: 43px;
        background-image: url(../../../images/decorative-items/curve-quote.jpg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        padding: 35px 0 45px 81px;
        padding-right: 80px;
        height: calc(100% - 43px);
    }

    .carousel__slides>div {
        align-items: start;
    }


    .quote-block__quotes {
        width: 460px;
    }

    .quote-block__stats-wrapper {
        width: calc(100% - (460px + 40px));
        padding-right: 20px;
    }

    .quote-block__stats {
        font-size: 52px;
        line-height: 57px;
    }
}