.introduction_section_container {
    background: linear-gradient(268.04deg, #CEE3FF -16.97%, rgba(179, 211, 255, 0) 157.74%);
}

.hero_section_container {
    background: #ECF4FF;
}

.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;
    margin-top: -25%;
}

@media (min-width: 992px) {
    .hero_section_subtitle {
        font-weight: 400;
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 52px;
        margin-top: 0;
        text-align: left;
    }

    .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;
        margin-top: 0;
    }
}
