.cta_banner{}
.left_right_content_with_image {
    margin: 60px 0;
}

.left_right_content_with_image .left_right_content_with_image_inner {
    display: flex;
}

.left_right_content_with_image .heading_content_with_btn_section,
.left_right_content_with_image .image_section {
    display: flex;
    width: 50%;
    /* border-radius: 6px; */
}

.left_right_content_with_image .heading_content_with_btn_section {
    background: #000B1F;
    border-radius: 6px;
    padding: 47px;
    padding-right: 190px;
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.left_right_content_with_image .heading_subheading_section>.heading_section {
    font-size: 40px;
    line-height: 1.05;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.left_right_content_with_image .heading_content_with_btn_section>.line_section {
    max-width: 143px;
    width: 100%;
    height: 2px;
    background-color: #C10039;
}

.left_right_content_with_image .heading_content_with_btn_section>.content_section {
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
}

.left_right_content_with_image .heading_subheading_section>.heading_section span {
    color: #C10039;
}

.left_right_content_with_image .heading_subheading_section>.sub_heading_section {
    font-size: 24px;
    line-height: 32px;
    color: #FFF;
    font-weight: 700;
}

.left_right_content_with_image .heading_content_with_btn_section .button_section>.btn {
    text-decoration: none;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 26px;    
    font-weight: 600;
    background-color: #C10039;
    border: 1px solid #C10039;
    color: #FFF;
    border-radius: 40px;
    display: inline-flex;
}
.left_right_content_with_image .heading_content_with_btn_section .button_section>.btn:hover {
    background-color: transparent;
    color: #C10039;
}
.left_right_content_with_image .left_right_content_with_image_inner .image_section>img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media(max-width: 1359px) {
    .left_right_content_with_image{
        margin: 55px;
    }
    .left_right_content_with_image .heading_content_with_btn_section {
        padding-right: 35px;
    }

    .left_right_content_with_image .heading_subheading_section>.heading_section {
        font-size: 37px;
    }

    .left_right_content_with_image .heading_content_with_btn_section {
        gap: 20px;
    }
}
@media(max-width: 1199px){

        .left_right_content_with_image .heading_subheading_section>.sub_heading_section {
        font-size: 22px;
        line-height: 28px;
    }
}
@media(max-width: 991px) {
    .left_right_content_with_image{
        margin: 48px 0;
    }
    .left_right_content_with_image .heading_subheading_section>.heading_section {
        font-size: 40px;
    }

    .left_right_content_with_image .left_right_content_with_image_inner {
        flex-direction: column;
    }

    .left_right_content_with_image .heading_content_with_btn_section,
    .left_right_content_with_image .image_section {
        width: 100%;
    }
    .left_right_content_with_image .left_right_content_with_image_inner .image_section>img{
        max-height: 480px;
    }
}

@media(max-width: 767px) {
    .left_right_content_with_image .heading_content_with_btn_section {
        gap: 15px;
    }

    .left_right_content_with_image .heading_subheading_section>.heading_section {
        font-size: 35px;
    }

    .left_right_content_with_image .heading_content_with_btn_section {
        padding: 25px;
    }

    .left_right_content_with_image .heading_content_with_btn_section>.content_section {
        font-size: 16px;
        line-height: 22px;
    }
        .left_right_content_with_image .heading_subheading_section>.sub_heading_section {
        font-size: 18px;
        line-height: 22px;
    }
    .left_right_content_with_image .heading_content_with_btn_section .button_section>.btn{
        padding: 12px 14px;
        line-height: 20px;
        text-align: center;
    }

}

@media(max-width: 575px) {
    .left_right_content_with_image .heading_content_with_btn_section {
        padding: 20px;
    }
}