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

.background_color_option_with_image_and_content_sec.increase_bottom_space {
    padding-bottom: 48px;
}

.background_color_option_with_image_and_content_sec.reduce_top_space {
    padding-top: 24px;
}

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

.background_color_option_with_image_and_content_sec_inner {
    position: relative;
}

.background_color_option_with_image_and_content_sec_inner .background_color_option_with_image_and_content_sec_image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.background_color_option_with_image_and_content_sec_inner .background_color_option_with_image_and_content_sec_image .background_color_option_with_image_and_content_sec_image_inner {
    height: 100%;
}

.background_color_option_with_image_and_content_sec_inner .background_color_option_with_image_and_content_sec_image .background_color_option_with_image_and_content_sec_image_inner img.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.background_color_option_with_image_and_content_sec_inner .background_color_option_with_image_and_content_sec_image .background_color_option_with_image_and_content_sec_image_inner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.background_color_option_with_image_and_content_sec_content {
    padding: 30px;
    min-height: 408px;
    width: 100%;
    height: 100%;
    position: relative;
}

.background_color_option_with_image_and_content_sec_content.with_overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    z-index: 1;
    left: 0;
    top: 0;
}

.background_color_option_with_image_and_content_sec_content_inner {
    position: relative;
    z-index: 3;
}

.background_color_option_with_image_and_content_sec_content.left_side {
    display: flex;
    justify-content: start;
    align-items: end;
}

.background_color_option_with_image_and_content_sec_content.right_side {
    display: flex;
    justify-content: end;
    align-items: end;
}

.background_color_option_with_image_and_content_sec_content_inner .background_color_option_with_image_and_content_sec_content_inner_content {
    margin-top: 4px;
}

.background_color_option_with_image_and_content_sec_content_inner_content p {
    font-size: 15px;
    color: var(--white);
}

.background_color_option_with_image_and_content_sec_content_inner .background_color_option_with_image_and_content_sec_content_inner-heading {
    margin: 0;
}

.background_color_option_with_image_and_content_sec_content.right_side .background_color_option_with_image_and_content_sec_content_inner .background_color_option_with_image_and_content_sec_content_inner-heading {
    text-align: right;
}

.background_color_option_with_image_and_content_sec_content.right_side .background_color_option_with_image_and_content_sec_content_inner .background_color_option_with_image_and_content_sec_content_inner_content p {
    text-align: right;
}

.background_color_option_with_image_and_content_sec_content.right_side .background_color_option_with_image_and_content_sec_content_inner .cta_item {
    text-align: right;
}

@media(max-width:767px){
    .background_color_option_with_image_and_content_sec {
        padding: 30px 0 20px;
    }
    .background_color_option_with_image_and_content_sec.increase_bottom_space {
        padding-bottom: 40px;
    }
    
    .background_color_option_with_image_and_content_sec.reduce_top_space {
        padding-top: 20px;
    }
}