.overlay_image--image img {
    width: 100%;
    height: auto;
}

.overlay_image--heading {
    font-size: 210px;
    font-weight: bold;
}

.overlay_image_with_heading {
    position: relative;
}

.overlay_image--image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
}

.custom_rich_text_with_image_ovly .rich-text__text {
    font-size: 24px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.custom_rich_text_outter .custom_rich_image:nth-child(2) {
    margin-top: 60px;
}
@media(max-width: 960px) {
    .overlay_image--heading {
        font-size: 18.5vw;
    }

    .overlay_image--image {
        transform: translateY(-40%);
    }

    .custom_rich_text_with_image_ovly .rich-text__text {
        font-size: 14px;
        margin-top: 10px;
    }

    .custom_rich_text_outter .custom_rich_image:nth-child(2) {
        margin-top: 30px;
    }
}