.banner__content {
    padding-right: var(--spacing-08);
}

.prefooter__has-decorative-elm:before {
    background: url(../../images/decorative-items/red-star.png) no-repeat center center/contain;
    width: 265px;
    height: 261px;
    left: -112px;
    top: calc((var(--spacing-09) + 152px) * -1);
}

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


.carousel-dash .slick-active button {
    background: var(--black);
}

.usecases-solutions .carousel-dash {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    justify-content: center;
}

.banner__imagery--has-decorative-elm:after {
    background: url(../../images/decorative-items/full-database.svg) no-repeat center center /contain;
    height: 187px;
    width: 204px;
    right: -101px;
    bottom: -115px;
}

.common-banner-container{
    padding: 0;
}
/* .common-banner .cta-wrapper a{
    margin-top: 0;
    margin-bottom: var(--spacing-04);
} */

@media all and (max-width: 767px) {
    .banner__content--has-decorative-elm::before {
        background: url(../../images/decorative-items/curve.png) no-repeat center center/contain;
        height: 112px;
        width: 31px;
        right: 38px;
        top: -30px;
    }

    .banner__content--has-decorative-elm::after {
        background: url(../../images/decorative-items/black-star.svg) no-repeat center center/contain;
        width: 30px;
        height: 30px;
        right: -15px;
        top: 0;
    }

    .pg-banner_wrapper {
        padding-bottom: 189px;
    }

    .banner__imagery img {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .banner__imagery img {
        top: 95px;
        right: -33px;
        position: relative;

    }

    .banner__imagery--has-decorative-elm:before {
        background: url(../../images/decorative-items/black-star.svg) no-repeat center center/contain;
        width: 50px;
        height: 49px;
        left: 70px;
        top: 5px;
    }

    .banner__content--has-decorative-elm::before {
        background: url(../../images/decorative-items/curve.png) no-repeat center center/contain;
        height: 185px;
        width: 51px;
        right: -20px;
        top: -65px;
    }

    .banner__imagery--has-decorative-elm:after {
        height: 273px;
        width: 293px;
        right: -190px;
        bottom: 40px;
    }
    .prefooter__has-decorative-elm:before {
        width: 131px;
        height: 129px;
        left: -22px;
        top: calc((var(--spacing-09) + 74px) * -1);
    }
}

@media all and (min-width: 992px) {
    .prefooter__has-decorative-elm:before {
        left: -140px;
        width: 265px;
        height: 261px;
        top: calc((var(--spacing-09) + 153px) * -1);
    }

    .banner__imagery img {
        top: auto;
        right: -120px;
    }

    .common-banner.two-column-usecase {
        padding: var(--spacing-09) 0 var(--spacing-06);
    }

    .banner__content {
        padding-top: var(--spacing-06);
    }

    .pg-banner_wrapper {
        padding-bottom: 122px;
    }

    .banner__imagery--has-decorative-elm:after {
        bottom: -95px;
        right: -250px;
    }
    
    .banner__content--has-decorative-elm::before {
        top: -55px;
        right: 10px;
    }
    .banner__imagery--has-decorative-elm:before {
        width: 73px;
        height: 73px;
        left: 35px;
        top: -15px;
    }
}