.section-hero .intro-wrapper .studio-display-xdr-wrapper .intro {
    max-width: 377px;
}

.section-hero .intro-wrapper .intro-price {
    margin-top: 30px;
}
.section-hero .intro-wrapper .studio-display-wrapper .intro-price {
    margin-top:58px;
}
@media only screen and (max-width: 1068px) {
    .section-hero .intro-wrapper .studio-display-xdr-wrapper .intro {
        max-width: 330px;
    }
    .section-hero .intro-wrapper .studio-display-wrapper .intro-price {
        margin-top:58px;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .intro-wrapper .studio-display-xdr-wrapper .intro {
        max-width:342px
    }
    .section-hero .intro-wrapper .studio-display-wrapper .intro-price {
        margin-top:30px;
    }
}


