
@media all and (min-width: 768px) {
    .hero{
        background: var(--peach);
        min-height: 993px;
        padding: 150px 0 493px;
        margin-bottom: -493px;
    }
    .hero__has-decorative-elm .container{
        position: relative;
    }
    .hero__has-decorative-elm .container:after {
        position: absolute;
        content: '';
        width: 425px;
        height: 435px;
        background: url(../../../images/decorative-items/Database.png) no-repeat center center/contain;
        right: -240px;
        top: -40px;
        z-index: -1;
    }

    .hero__has-decorative-elm:before {
        background: url(../../../images/decorative-items/white-background.png ) no-repeat top center/cover;
        width: 1440px;
        left: -95%;
        right: -100%;
        margin: 0 auto;
        top: 0;
        min-height: 993px;
        height: 100%;
        z-index: -1;
    }

    .hero__has-decorative-elm:after{
        width: calc(50% - 200px);
        height: 100%;
        background: var(--white);
        left: 0;
        top: 0;
        z-index: -1;
    }

    .hero .cta-wrapper{
        margin-top: 28px;
    }
}

@media all and (min-width:992px) {
    .hero__short-desc {
        margin: var(--spacing-04) 0 var(--spacing-01);
    }

    .hero__has-decorative-elm .container:after {
        height: 405px;
        right: -175px;
    }


}


@media all and (min-width:1280px) {
    .hero__has-decorative-elm:before {
        left: -100%;
        top: 0;
    }


    .hero__has-decorative-elm .container:after {
        width: 515px;
        height: 510px;
        right: -200px;
    }

    .hero__content{
        padding-right: 100px;
    }
}