.background_option_with_left_right_image_content_sec {
    padding: 24px 0 60px;
}

.background_option_with_left_right_image_content_sec.increase_top_space {
    padding-top: 48px
}

.background_option_with_left_right_image_content_sec.reduce_bottom_space {
    padding-bottom: 24px;
}

.background_option_with_left_right_image_content_sec.bg_stone {
    background-color: var(--khaki_10);
}

.background_option_with_left_right_image_content_sec_inner {
    align-items: center;
    max-width: 1272px;
    margin: 0 auto;
}


.background_option_with_left_right_image_content_sec_inner .image_wrapper .image_wrapper_inner {
    margin-left: auto;
    position: relative;
}


.background_option_with_left_right_image_content_sec_inner .image_wrapper .image_wrapper_inner::after {
    content: "";
    padding-top: 66.56%;
    display: block;
}

.background_option_with_left_right_image_content_sec_inner .image_wrapper .image_wrapper_inner img {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.background_option_with_left_right_image_content_sec_inner .image_wrapper .image_wrapper_inner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.background_option_with_left_right_image_content_sec_inner .content_wrapper .content_wrapper_inner_sub_heading {
    font-family: var(--font_Adobe_Caslon_Pro_Italic);
    font-size: 20px;
    line-height: 120%;
}

.background_option_with_left_right_image_content_sec_inner .content_wrapper .content_wrapper_inner_content p {
    font-size: 15px;
    margin-bottom: 12px;
}

@media(min-width:992px) {
    .background_option_with_left_right_image_content_sec_inner.right_image .content_wrapper {
        order: 1;
    }

    .background_option_with_left_right_image_content_sec_inner.right_image .image_wrapper {
        order: 2;
    }

    .background_option_with_left_right_image_content_sec_inner .content_wrapper_inner {
        padding-right: 24px;
        padding-left: 0;
    }

    .background_option_with_left_right_image_content_sec_inner.left_image .content_wrapper_inner {
        padding-right: 0;
        padding-left: 24px;
    }
}

@media(max-width:991px) {
    .background_option_with_left_right_image_content_sec {
        padding: 24px 0 40px;
    }

    .background_option_with_left_right_image_content_sec.increase_top_space {
        padding-top: 38px;
    }

    .background_option_with_left_right_image_content_sec_inner .image_wrapper {

    }
    .background_option_with_left_right_image_content_sec_inner .image_wrapper {
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .background_option_with_left_right_image_content_sec_inner .content_wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}