.section-hero .typography-headline-super {
    max-width: 860px;
}
@media only screen and (max-width: 1068px) {
    .section-hero .typography-headline-super {
        max-width:605px
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .typography-headline-super {
        max-width:310px
    }
}