
@media all and (min-width: 768px) {
    .hero__has-decorative-elm:after {
        width: 425px;
        height: 435px;
        background: url(../../../images/decorative-items/Database.png) no-repeat center center/contain;
        right: -240px;
        top: 90px;
        z-index: -1;
    }

    .hero__has-decorative-elm:before {
        height: 1024px;
        width: 815px;
        background: url(../../../images/decorative-items/peach-background.png) no-repeat right top /contain;
        right: -418px;
        z-index: -1;
        top: 0;
        bottom: auto;
    }
}
@media all and (min-width: 820px){
    .hero__has-decorative-elm:before {
        right: -370px;
    }
}
@media all and (min-width:992px) {
    .hero__short-desc {
        margin: var(--spacing-04) 0 var(--spacing-01);
    }

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

    .hero__has-decorative-elm:before {
        right: -275px;
    }


}

@media all and (min-width: 1180px){
    .hero__has-decorative-elm:before {
        right: -195px;
    }
}

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

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

    .hero__has-decorative-elm:before {
        height: 1020px;
        width: 815px;
        right: -60px;
        top: -55px;
    }
    .hero__content{
        padding-right: 100px;
    }
}

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

    .hero__has-decorative-elm:before {
        height: 1175px;
        width: 965px;
        top: -80px;
        right: 0;
    }

    .hero__has-decorative-elm:after {
        right: 0;
        top: 80px;
    }
}