.left_right_image_heading_and_content_section {
    margin: 191px 0 202px
}

.left_right_image_heading_and_content_section.rmt-0 {
    margin-top: 183px
}

.left_right_image_heading_and_content_section.rmb-0 {
    margin-bottom: 183px
}

.left_right_image_heading_and_content_section.mt-0 {
    margin-top: 0
}

.left_right_image_heading_and_content_section.mb-0 {
    margin-bottom: 0
}

.left_right_image_heading_and_content_section .section_inner {
    max-width: 1104px;
    position: relative;
    z-index: 1
}

.left_right_image_heading_and_content_section .section_inner.image_left {
    flex-direction: row-reverse
}

.left_right_image_heading_and_content_section .section_inner.image_left .section_inner_right_image_outer {
    margin-left: 0;
    margin-right: auto
}

.left_right_image_heading_and_content_section .section_inner.image_left .section_inner_left {
    padding-left: 76px;
    padding-right: 0
}

.left_right_image_heading_and_content_section .section_inner_left {
    padding-right: 76px;
    width: 50.634%
}

.left_right_image_heading_and_content_section .section_inner_left_inner_sub_heading {
    color: var(--color_light_gray_3);
    font-family: var(--fonts_OpenSans_SemiBold);
    font-size: 14px;
    line-height: 42px;
    margin-bottom: 11px
}

.left_right_image_heading_and_content_section .section_inner_left_inner .section_inner_left_inner_sub_heading+.section_inner_left_inner_heading+.section_inner_left_inner_content {
    margin-top: -9px
}

.left_right_image_heading_and_content_section .section_inner_left_inner_heading .heading2 {
    font-family: var(--fonts_OpenSans_Light);
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 19px
}

.left_right_image_heading_and_content_section .section_inner_left_inner_heading .heading2.text_big {
    font-size: 40px;
    line-height: 48px
}

.left_right_image_heading_and_content_section .section_inner_left_inner_content p {
    line-height: 28px
}

.left_right_image_heading_and_content_section .section_inner_left_inner_link {
    background: var(--color_btn_gradient);
    border: 1px solid transparent;
    border-radius: 5px;
    color: var(--color_white);
    font-family: var(--fonts_OpenSans_Bold);
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 19px;
    margin-top: 55px;
    padding: 18px 39px;
    transition: all .5s ease
}

.left_right_image_heading_and_content_section .section_inner_left_inner_link svg {
    height: 13px;
    margin-left: 11px;
    width: 13px
}

.left_right_image_heading_and_content_section .section_inner_left_inner_link:hover {
    background: transparent;
    border-color: var(--color_green);
    color: var(--color_green);
    text-decoration: none
}

.left_right_image_heading_and_content_section .section_inner_right {
    width: 49.366%
}

.left_right_image_heading_and_content_section .section_inner_right_image_outer {
    margin-left: auto;
    max-width: 545px;
    width: auto
}

.left_right_image_heading_and_content_section .section_inner_right_image_outer .section_inner_right_image_overlay {
    opacity: 70%;
    pointer-events: none;
    width: 54px;
    z-index: 1
}

.left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image {
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image:after {
    background: var(--color_white);
    bottom: -1px;
    clip-path: polygon(100% 100%, 0 112%, 122% 0);
    content: "";
    height: 80px;
    position: absolute;
    right: -1px;
    width: 50px;
    z-index: 2
}

.left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image .section_inner_right_image:before {
    background: var(--color_white);
    clip-path: polygon(0 0, 0 85%, 100% 0);
    content: "";
    height: 80px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 54px;
    z-index: 2
}

.left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image .section_inner_right_image.enable_image_overlay:after {
    background-color: var(--color_black_op_20);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image .section_inner_right_image img {
    border-radius: 5px;
    height: auto;
    -o-object-position: center;
    object-position: center;
    position: relative;
    width: auto
}

.left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image .section_inner_right_image .section_inner_right_image_popup {
    color: var(--color_white);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image .section_inner_right_image .section_inner_right_image_popup:hover {
    color: var(--color_sea_green)
}

.left_right_image_heading_and_content_section.dark_theme {
    background: linear-gradient(270deg, #232a3b, #3f4963 73%)
}

.left_right_image_heading_and_content_section.dark_theme .section_inner {
    padding: 173px 0 181px
}

.left_right_image_heading_and_content_section.dark_theme .section_inner_left_inner {
    max-width: 468px
}

.left_right_image_heading_and_content_section.dark_theme .section_inner_left_inner_heading .heading2 {
    color: var(--color_white);
    margin-bottom: 25px
}

.left_right_image_heading_and_content_section.dark_theme .section_inner_left_inner_content>* {
    color: var(--color_white)
}

.left_right_image_heading_and_content_section.dark_theme .section_inner_left_inner_link:hover {
    border-color: var(--color_sea_green);
    color: var(--color_sea_green)
}

.left_right_image_heading_and_content_section.dark_theme .section_inner_right_image_outer .corner_cut_shape_image {
    filter: drop-shadow(0 4px 30px rgba(0, 0, 0, .25));
    overflow: auto
}

.left_right_image_heading_and_content_section.dark_theme .section_inner_right_image_outer .corner_cut_shape_image .section_inner_right_image {
    border-radius: 50px 5px 50px 5px;
    clip-path: polygon(41px 0, 100% 0, 100% calc(100% - 53.85px), calc(100% - 38px) 100%, 0 100%, 0 58.6px);
    overflow: hidden
}

.left_right_image_heading_and_content_section.dark_theme .section_inner_right_image_outer .corner_cut_shape_image .section_inner_right_image:before,
.left_right_image_heading_and_content_section.dark_theme .section_inner_right_image_outer .corner_cut_shape_image:after {
    display: none !important
}

.left_right_image_heading_and_content_section.dark_theme.enable_background .section_inner:after {
    background-image: url(../../images/background_white_round_big.svg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 34px;
    content: "";
    height: 100%;
    max-width: 826px;
    pointer-events: none;
    position: absolute;
    right: 24%;
    transform: translateX(50%);
    width: 100%;
    z-index: -1
}

@media (max-width:1359px) {
    .left_right_image_heading_and_content_section {
        margin: 180px 0
    }

    .left_right_image_heading_and_content_section.rmt-0 {
        margin-top: 160px
    }

    .left_right_image_heading_and_content_section.rmb-0 {
        margin-bottom: 160px
    }

    .left_right_image_heading_and_content_section .section_inner.image_left .section_inner_left {
        padding-left: 50px
    }

    .left_right_image_heading_and_content_section .section_inner_left {
        padding-right: 50px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_sub_heading {
        line-height: 30px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_heading .heading2.text_big {
        font-size: 36px;
        line-height: 44px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_link {
        margin-top: 35px
    }

    .left_right_image_heading_and_content_section.dark_theme .section_inner {
        padding: 150px 0 160px
    }

    .left_right_image_heading_and_content_section.dark_theme .section_inner_left_inner_heading .heading2 {
        margin-bottom: 18px
    }

    .left_right_image_heading_and_content_section.dark_theme.enable_background .section_inner:after {
        background-position: 100% 100%
    }
}

@media (max-width:1199px) {
    .left_right_image_heading_and_content_section {
        margin: 140px 0
    }

    .left_right_image_heading_and_content_section.rmt-0 {
        margin-top: 120px
    }

    .left_right_image_heading_and_content_section.rmb-0 {
        margin-bottom: 120px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_heading .heading2 {
        font-size: 28px;
        line-height: 40px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_heading .heading2.text_big {
        font-size: 34px;
        line-height: 42px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_link {
        padding: 14px 22px
    }

    .left_right_image_heading_and_content_section.dark_theme .section_inner {
        padding: 120px 0
    }
}

@media (max-width:991px) {
    .left_right_image_heading_and_content_section {
        margin: 100px 0
    }

    .left_right_image_heading_and_content_section.rmt-0 {
        margin-top: 80px
    }

    .left_right_image_heading_and_content_section.rmb-0 {
        margin-bottom: 80px
    }

    .left_right_image_heading_and_content_section .section_inner {
        max-width: none
    }

    .left_right_image_heading_and_content_section .section_inner.image_left .section_inner_left {
        padding-left: 0
    }

    .left_right_image_heading_and_content_section .section_inner_right {
        width: 100%
    }

    .left_right_image_heading_and_content_section .section_inner_right_image_outer {
        max-width: 100%;
        width: 100%
    }

    .left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image .section_inner_right_image img {
        height: 100%;
        width: 100%
    }

    .left_right_image_heading_and_content_section .section_inner_left {
        padding-right: 0;
        width: 100%
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_sub_heading {
        line-height: 20px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_heaading .heading2.text_big {
        font-size: 30px;
        line-height: 38px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_content p {
        margin-bottom: 14px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_content p:last-child {
        margin-bottom: 0
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_link {
        margin-top: 20px
    }

    .left_right_image_heading_and_content_section.dark_theme .section_inner {
        padding: 80px 0
    }

    .left_right_image_heading_and_content_section.dark_theme .section_inner_left_inner {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .left_right_image_heading_and_content_section {
        margin: 50px 0
    }

    .left_right_image_heading_and_content_section.rmt-0 {
        margin-top: 40px
    }

    .left_right_image_heading_and_content_section.rmb-0 {
        margin-bottom: 40px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_heading .heading2 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 10px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_heading .heading2.text_big {
        font-size: 28px;
        line-height: 36px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_sub_heading {
        margin-bottom: 5px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner .section_inner_left_inner_sub_heading+.section_inner_left_inner_heading+.section_inner_left_inner_content {
        margin-top: -6px
    }

    .left_right_image_heading_and_content_section .section_inner_left_inner_link {
        padding: 12px 14px
    }

    .left_right_image_heading_and_content_section.dark_theme .section_inner {
        padding: 40px 0
    }

    .left_right_image_heading_and_content_section.dark_theme .section_inner_left_inner_heading .heading2 {
        margin-bottom: 10px
    }
}

@media (max-width:575px) {
    .left_right_image_heading_and_content_section .section_inner_right_image_outer .section_inner_right_image_overlay {
        width: 28px
    }

    .left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image {
        border-bottom-right-radius: 0;
        border-top-left-radius: 0
    }

    .left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image:after {
        bottom: -3px;
        height: 55px;
        right: -3px;
        width: 30px
    }

    .left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image .section_inner_right_image:before {
        height: 55px;
        left: -3px;
        top: -3px;
        width: 30px
    }

    .left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image .section_inner_right_image img {
        border-bottom-right-radius: 0;
        border-top-left-radius: 0
    }

    .left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image .section_inner_right_image_popup svg {
        height: 30px;
        width: 30px
    }
}

/*# sourceMappingURL=left_right_image_heading_and_content.css.map */