.relax-block .typo-headlines {
    margin-bottom: 32px;
}

.hero_bg_wrapper {
    position: unset;
}

.hero_mobile_image {
    position: relative;
}

.state-image {
    max-width: 63%;
    height: auto;
    position: relative;
}

.woman-image {
    max-width: 57%;
    height: auto;
    position: relative;
    margin-left: auto;
}

.hero_section_container {
    background: white;
}

@media (min-width: 992px) {
    .hero_bg_wrapper {
        /* position: relative; */
    }

    .hero_section_container {
        background: #FFFBEE;
    }

    .state-image {
        max-width: 536px;
        height: auto;
        position: absolute;
        left: 50%;
        top: 56px;
    }

    .woman-image {
        max-width: 471px;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .relax-block .typo-headlines {
        margin-bottom: 52px;
    }

    .how-it-work-image .image-bottom-shadow {
        height: 521px;
        background: linear-gradient(0deg, #FFFFFF 27.17%, rgba(255, 255, 255, 0.27) 52.82%, rgba(235, 235, 235, 0) 66.82%);
    }
}
