.v4.h05-hero-text-only {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 64px;
    margin-bottom: 80px;
}

.v4.h05-hero-text-only.hero-text-only--grey {
    background-color: #f5f5f5;
}

.v4.h05-hero-text-only .heading-03 {
    width: 100%;
    display: inline-block;
}

.v4.h05-hero-text-only .hero-text-only__text {
    color: #7f7f7f;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
    padding-top: 32px;
    max-width: 560px;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 991.98px) {
    .v4.h05-hero-text-only {
        margin-bottom: 40px;
        padding-top: 64px;
        padding-bottom: 40px;
    }
    .v4.h05-hero-text-only .hero-text-only__text {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.3px;
        padding-top: 16px;
    }
}