@media all and (min-width:768px) {

    .quote-block__content-wrapper {
        padding: 57px 20px 20px 35px;
        width: calc(100% - 176px);
    }

    .quote-block__content {
        flex-direction: row;
    }

    .quote-block__without-thumbnail .quote-block__content-wrapper {
        position: relative;
        background-image: url(../../../images/decorative-items/curve-quote.jpg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        padding: 40px 185px 40px 155px;
        height: auto;
        margin-top: 0;
        min-height: auto;
    }

    .quote-block__without-thumbnail .quote-block__content-wrapper:before {
        left: 0;
        top: 40px;
        position: absolute;
        content: '';
        background: url(../../../images/decorative-items/+thin.png) no-repeat center center/contain;
        width: 90px;
        height: 96px;
        left: 40px;
    }


    .quote-block-wrapper .container {
        padding-left: 0;
    }

    .quote-block .slick-track {
        display: flex;
    }

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

    .quote-block {
        margin: 85px 0 155px;
        position: relative;
    }

    .quote-block__without-thumbnail .quote-block::before {
        top: 0;
    }

    .carousel__slides {
        padding-top: 44px;
        padding-bottom: 0;
        margin-left: 1px;
    }

    .carousel__slides.no-stats{
        padding-top: 80px;
        padding-bottom: 95px;
    }

    .quote-block__wrapper {
        margin-right: 87px;
        box-sizing: border-box;
    }

    .quote-block__wrapper__has-decorative-elm::before {
        background-image: url(../../../images/decorative-items/curve-quote.jpg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        background-color: var(--orange);
        right: -85px;
        top: 43px;
        bottom: 0;
        width: 100%;
    }

    .quote-block__wrapper__has-decorative-elm::after{
        width: 2px;
        top: 43px;
        bottom: 0;
        right: 0;
        background: var(--orange);
    }

    .quote-block-carousel__has-decorative-elm:after {
        background: var(--orange);
        left: 0;
        width: 50%;
        top: 43px;
        bottom: 0;
        z-index: -1;
    }

    .quote-block__without-thumbnail .quote-block__content-wrapper {
        padding-left: 175px;
    }

    .quote-block__quotes {
        width: calc(100% - 170px);
    }

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

    .quote-block__image {
        width: 175px;
        margin-top: 0;
        margin-left: -1px;
    }

    .quote-block__quotee {
        font-size: 14px;
        line-height: 16px;
    }

    .quote-block__stats-info {
        font-size: 13px;
        line-height: 19px;
    }

    .quote-block .cta-wrapper {
        margin-top: 20px;
        /* align-items: self-start; */
    }

    .quote-block__without-thumbnail .cta-wrapper a:not(:last-child){
        margin: 0 0 var(--spacing-04);
    }

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


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

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


    /* .quote-block__without-thumbnail .quote-block__wrapper__has-decorative-elm:after {
        right: 70px;
        bottom: -95px;
    } */
    .carousel-dash {
        bottom: 70px;
        left: 110px;
    }
    .quote-block__without-thumbnail .carousel__slides {
        padding: 0;
    }


    .quote-block__without-thumbnail .quote-block__wrapper__has-decorative-elm:after {
        width: 85px;
        height: 259px;
        right: 65px;
        bottom: -35px;
        top: auto;
    }


    .quote-block__without-thumbnail .quote-block__wrapper__has-decorative-elm::before {
        width: 52px;
        height: 51px;
        right: -20px;
        bottom: -35px;
    }

}

@media all and (min-width: 992px) {
    .quote-block__content-wrapper {
        width: calc(100% - 330px);
        padding: 57px 20px 10px 35px;
    }

    .quote-block-wrapper .container {
        padding-left: var(--spacing-05);
    }

    .quote-block__image {
        width: 330px;
        margin-top: -43px;
    }

    /* .quote-block-wrapper .cta-wrapper a:not(:last-child) {
        margin-right: 40px;
        margin-bottom: 0;
    } */

    .carousel__slides {
        padding-top: 43px;
        padding-bottom: 55px;
    }

    .carousel__slides.no-stats{
        padding-top: 43px;
        /* padding-bottom: 55px; */
    }
    .quote-block__without-thumbnail .carousel__slides {
        padding: 43px 0 0;
    }
  
    .quote-block-wrapper .carousel__slides>div {
        align-items: start;
        align-content: flex-start;
    }

    .carousel__slides.no-stats>div {
        align-items: center;
    }

    .quote-block__wrapper {
        margin-right: 95px;
    }

    .quote-block__wrapper__has-decorative-elm::before {
        right: -95px;
    }
    .carousel-dash{
        left: 0;
        bottom: 50px;
    }
}

@media all and (min-width: 1280px) {
    .quote-block__image {
        width: 330px;
    }

    .quote-block__quotes {
        width: 460px;
    }

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

    .quote-block__stats {
        font-size: 52px;
        line-height: 57px;
    }
    .quote-block {
        margin: 85px 0 190px;
    }
}