.module_stage_with_image_overlap {
    background: linear-gradient(to left, #005E9E, #003254);
    padding: 50px 25px 90px 25px;
}

.module_stage_with_image_overlap > .container {
    padding: 0;
}

.module_stage_with_image_overlap .topline {
    font-size: 15px;
    line-height: 16px;
    color: #cce6f4;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    margin-bottom: 10px;
}

.module_stage_with_image_overlap .header .headline {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
}

.module_stage_with_image_overlap .bodytext {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}

.module_stage_with_image_overlap .desktop_image {
    display: none;
}

.module_stage_with_image_overlap .image {
    margin-bottom: -25px;
}

.module_stage_with_image_overlap .mobile_image {
    max-width: 300px;
    margin: 0 auto -25px auto;
}

.module_stage_with_image_overlap .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .module_stage_with_image_overlap {
        padding: 35px 0 170px 0;
    }

    .module_stage_with_image_overlap > .container {
        padding: 0 25px;
    }

    .module_stage_with_image_overlap .topline {
        font-size: 21px;
        font-style: italic;
        color: #99cce8;
    }

    .module_stage_with_image_overlap .header {
        margin-top: 10px;
        font-size: 45px;
        font-weight: 600;
    }

    .module_stage_with_image_overlap .bodytext {
        font-size: 18px;
        color: #fff;
        line-height: 24px;
    }

    .module_stage_with_image_overlap .mobile_image {
        display: none;
    }

    .module_stage_with_image_overlap .desktop_image {
        display: block;
    }

    .module_stage_with_image_overlap .image {
        margin-bottom: 0;
    }

    .module_stage_with_image_overlap .image img {
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (min-width: 991px) {
    .module_stage_with_image_overlap .first_column {
        width: 100%;
    }

    .module_stage_with_image_overlap .second_column {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .module_stage_with_image_overlap .row {
        display: flex;
        flex-direction: column;
    }

    .module_stage_with_image_overlap .first_column {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .module_stage_with_image_overlap .container {
        padding: 0;
    }

    .module_stage_with_image_overlap .image {
        margin-top: 35px;
    }

    .module_stage_with_image_overlap .bodytext {
        max-width: 470px;
    }

    .module_stage_with_image_overlap .first_column {
        max-width: 770px;
        width: 100%;
    }


    .module_stage_with_image_overlap .second_column {
        width: 100%;
        margin-top: -30%;
    }
}