#app-hero {
    background-image: image-set(
        url('../../images/online-application/online-application-hero.jpg') 1x,
        url('../../images/online-application/online-application-hero@2x.jpg') 2x);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 12px;
}

#app-hero h1 {
    font-size: 53px;
    line-height: 1;
}

#app-hero h1 span {
    font-size: 133.0188679245283%;
}

#app-hero .inner {
    padding: 43px 0;
}

#app-hero p {
    font-size: 1.1875em;
    line-height: 1.3684em;
}

@media screen and (max-width: 767px ) {
}

@media screen and (max-width: 567px ) {
    #app-hero {
        margin-top: 22px;
    }
    #app-hero .inner {
        padding: 32px 0;
    }
    #app-hero h1 {
        font-size: 31px;
    }
}