.header-hero-block .header-hero {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
}

.header-hero-block .header-hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.header-hero-block .header-hero-text span.preheader {
    letter-spacing: 2px;
    margin-bottom: 1.2em;
}

.header-hero-block .header-hero-text h1 {
    margin-bottom: .5em;
    font-weight: 800;
}

.header-hero-block .header-hero-text p {
    font-size: 1.3rem;
    line-height: 1.4em;
    max-width: 36ch;
}

@media (min-width: 992px) {
    .header-hero-block .header-hero {
        display: flex;
        flex-direction: row;
    }

    .header-hero-block .header-hero-text {
        width: 50%;
        padding-right: 4rem;
    }

    .header-hero-block .header-hero-image {
        display: flex;
        width: 50%;
    }

    .header-hero-block .header-hero-image img {
        align-self: center;
    }
}