.banner__has-decorative-elm:before{
    background: url(../../images/decorative-items/red-gt-big.svg)no-repeat center center/contain;
    width: 116px;
    height: 129px;
    right: -20px;
    bottom: 40px;
}

.banner__content__has-decorative-elm:after {
    background: url(../../images/decorative-items/black-star.svg) no-repeat center center/contain;
    width: 50px;
    height: 49px;
    right: -8px;
    top: 10px;
}

.hero__back-btn{
    margin-bottom: 10px;
    display: block;
}

.cta-btn{
    padding: 11px;
}



/* .related-resources{
    padding-bottom: var(--spacing-09);
} */

.prefooter{
    margin-top: 126px;
}

.prefooter__has-decorative-elm::before {
	top: calc((var(--spacing-09) + 28px) * -1);
}

@media all and (max-width: 767px){
    .banner{
        padding: 96px 0 130px;
    }
    .hero__title{
        font-size: 40px;
        line-height: 44px;
    }
    .banner__imagery{
        display: none;
    }

    .related-resources{
        padding: var(--spacing-07) 0 0;
    }

    .banner__content__has-decorative-elm:after {
        width: 50px;
        height: 49px;
        right: -15px;
        top: -20px;
    }

    .banner__has-decorative-elm:after{
        background: url(../../images/decorative-items/orange-single-star.png) no-repeat center center/contain;
        width: 60px;
        height: 58px;
        left: 14px;
        bottom: 0px;
    }
}

@media all and (min-width: 768px){
    .banner{
        padding-top: 134px;
    }
    .banner__has-decorative-elm:after{
        background: url(../../images/decorative-items/customer-child-banner.png) no-repeat center bottom/contain;
    }
    .banner__content__has-decorative-elm:after {
        width: 65px;
        height: 64px;
        right: -80px;
        top: 0;
    }

    .banner__imagery__has-decorative-elm:after{
        background: url(../../images/decorative-items/orange-single-star.png) no-repeat center center/contain;
        width: 38px;
        height: 38px;
        right: -5px;
        top: -60px;
    }
    .banner__has-decorative-elm:before {
        width: 88px;
        height: 96px;
        right: 85px;
        bottom: 110px;
        z-index: 1;
    }
    .banner__content{
        padding: 0;
    }
    .banner .cta-wrapper {
        margin-top: 27px;
    }
    
    .banner__imagery img {
        max-width: 265px;
    }

   .customers-about .title{
        font-size: 44px;
        line-height: 48px;
    }
    .banner__imagery{
        margin-top: -75px;
    }

    .customers-single-testimonials{
        padding-top: 0;
    }
}

@media all and (min-width: 992px){
    .hero__title{
        margin-bottom: 0;
    }
    .banner__imagery img {
        max-width: 365px;
    }
    .banner__imagery__has-decorative-elm:after{
        width: 60px;
        height: 58px;
        top: -125px;
    }
    .banner__imagery{
        margin-top: 0;
    }
    
    .banner__has-decorative-elm:before {
        right: 405px;
        bottom: 85px;
    }
    .banner__imagery{
        justify-content: flex-start;
    }
    .prefooter__has-decorative-elm::before {
        top: calc((var(--spacing-09) + 66px) * -1);
        left: -42px;
    }
}

@media all and (min-width: 1280px){
    .banner {
        padding: 152px 0 262px;
        overflow: hidden;
    }
    .banner__has-decorative-elm:after{
        bottom: -10px;
        right: -100%;
        left: -100%;
        margin: auto;
    }

    .banner__content__has-decorative-elm:after {
        width: 134px;
        height: 134px;
        right: -139px;
        top: -60px;
    }

    .banner__has-decorative-elm:before {
        width: 137px;
        height: 151px;
        right: calc(50% - 225px);
        bottom: 77px;
    }

    .banner__imagery__has-decorative-elm:after {
        right: 5px;
        top: 100px;
    }

    .banner__imagery{
        justify-content: center;
    }

    .banner__imagery img {
        max-width: 435px;
        left: -5px;
        top: -3px;
    }
 

    .related-carousel__slides-wrapper{
        margin-bottom: 0;
    }
}
