.usecase-slider__container--has-decorative-elm:not(.no-usecases-carousel):after {
    background: url(../../images/decorative-items/dynamic.png) no-repeat center center/contain;
    width: 366px;
    height: 265px;
    bottom: -80px;
    left: -50px;
    z-index: -1;
}

.pg-banner_wrapper {
    padding: 195px 0 45px;
}

.prefooter__has-decorative-elm:before {
    background: url(../../images/decorative-items/orange-gt.svg) no-repeat center center /contain;
    width: 100px;
    height: 111px;
}

.prefooter__has-decorative-elm:after {
    background: url(../../images/decorative-items/orange-curly-star.png) no-repeat center center/contain;
}

.legacy_modernization {
    padding: 45px 0;
    margin-bottom: 85px;
}

.full-container .logo-bar {
    padding-bottom: 130px;
}

.full-container .logo-bar__slides {
    max-width: 215px;
    width: 170px;
    height: auto;
}

.cb-products +  .logo-bar .logo-bar__slides img{
    width: 100%;
}

.cb-products +  .logo-bar .logo-bar__slides a{
    height: 100%;
}

.cb-products {
    padding-bottom: 45px;
}

.full-container .logo-bar__slides:hover .default-logo {
    display: block;
    opacity: 1;
    visibility: visible;
}


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

/* .banner__imagery {
    margin: 0;
    display: flex;
    justify-content: center;
} */

.cb-products__content-wrappeer {
    margin-top: 95px;
}

.cb-products + .logo-bar {
    padding: 45px 0 145px;
}
/* 
.banner__content {
    padding-right: 0;
} */

.usecase-slider__slide{
    padding: var(--spacing-06) var(--spacing-05);
    min-height: auto;
}

/* .common-banner .container--has-decorative-elm{
    align-items: center;
} */

/* .common-banner-container,
.two-column-usecase .banner__content{
    padding: 0;
} */

@media all and (max-width: 767px) {
    /* .banner__imagery img {
        display: none;
    }

    .common-banner.two-column-usecase {
        padding-top: 150px;
    } */

    .legacy_modernization-col:last-child {
        margin-top: 40px;
    }
}

.legacy_modernization__container--has-decorative-elm:after {
    background: url(../../images/decorative-items/speed.png) no-repeat center center/ contain;
    width: 299px;
    height: 247px;
    right: -100px;
    top: auto;
    bottom: -30px;
    z-index: -1;
    margin: auto;
}

@media all and (min-width: 640px){
    .legacy_modernization__container--has-decorative-elm:after {
        width: 520px;
        height: 430px;
        right: -180px;
    }
}


@media all and (min-width: 768px) {
    /* .banner__imagery img {
        margin-left: 130px;
    } */

    .usecase-slider__container--has-decorative-elm:not(.no-usecases-carousel):after {
        width: 530px;
        height: 383px;
        bottom: -44px;
    }

    .legacy_modernization {
        margin-bottom: 145px;
        padding: 0;
    }

    .cb-products__content-wrappeer {
        margin-top: 160px;
    }
    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
        left: calc(100% - 390px);
    }
    .prefooter__has-decorative-elm:before {
        top: calc((var(--spacing-09) + 20px) * -1);
    }
}

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

    .usecase-slider__container--has-decorative-elm:not(.no-usecases-carousel):after {
        width: 616px;
        height: 445px;
        bottom: -90px;
        left: -160px;
    }

    .cb-products__content-wrappeer {
        margin-top: 90px;
    }
    .full-container .logo-bar__slides{
        width: 100%;
    }
    /* .banner__content {
        margin-top: -65px;
    } */

    .prefooter {
        margin-top: 95px;
    }

    .legacy_modernization__container--has-decorative-elm:after {
        width: 569px;
        height: 469px;
        right: -210px;
        top: -100%;
        bottom: -100%;
    }
    .prefooter__has-decorative-elm:before {
        top: calc((var(--spacing-09) + 55px) * -1);
    }
}

@media all and (min-width: 1280px){
    /* .common-banner.two-column-usecase{
        padding-top: 110px;
    } */
    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
        left: calc(100% - 520px);
    }
}