.block-home-page-hero > img.hero-overlay-img {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.block-home-page-hero.hero-section {
    --hero-content-position-bottom: var(--spacing-32);
    --hero-content-padding: var(--spacing-24) 0;
}
.block-home-page-hero h1 {
    text-wrap: pretty;
}
@media screen and (min-width: 992px) {
    .block-home-page-hero.hero-section {
        --hero-content-height: 50%;
    }
}
