body .left_right_image_heading_and_content_section {
    margin: 175px 0;
}

body .left_right_image_heading_and_content_section.top_medium {
    margin-top: 115px;
}

body .left_right_image_heading_and_content_section.bop_medium {
    margin-bottom: 115px;
}

body .left_right_image_heading_and_content_section.tos_big {
    margin-top: 191px;
}

body .left_right_image_heading_and_content_section.bos_big {
    margin-bottom: 191px;
}

body .left_right_image_heading_and_content_section.tos_remove {
    margin-top: 0;
}

body .left_right_image_heading_and_content_section.bos_remove {
    margin-bottom: 0;
}

body .left_right_image_heading_and_content_section .section_inner_left_inner_heading .heading2 {
    font-size: 24px;
    margin-bottom: 24px;
}

body .left_right_image_heading_and_content_section .section_inner_left_inner_sub_heading {
    color: #666666;
}
/*
.left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image .section_inner_right_image {
    background-color: #000000;
}*/

.left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image.has_video_link {
    position: relative;
    background-color: #000000;
}

.left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image.has_video_link .full_section_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image.has_video_link .section_inner_right_image img {
    transition: all ease 0.5s;
}

.left_right_image_heading_and_content_section .section_inner_right_image_outer .corner_cut_shape_image.has_video_link:hover .section_inner_right_image img {
    opacity: 0.5;
}

@media (min-width: 1360px) {
    body .left_right_image_heading_and_content_section .section_inner_left {
        padding-right: 46px;
    }
    body .left_right_image_heading_and_content_section .section_inner.image_left .section_inner_left {
        padding-left: 36px;
    }
}

@media (max-width: 1359px) {
    body .left_right_image_heading_and_content_section {
        margin: 140px 0;
    }

    body .left_right_image_heading_and_content_section.top_medium {
        margin-top: 125px;
    }

    body .left_right_image_heading_and_content_section.bop_medium {
        margin-bottom: 125px;
    }

    body .left_right_image_heading_and_content_section.tos_big {
        margin-top: 160px;
    }

    body .left_right_image_heading_and_content_section.bos_big {
        margin-bottom: 160px;
    }
}

@media (max-width: 1199px){
    body .left_right_image_heading_and_content_section {
        margin: 110px 0;
    }

    body .left_right_image_heading_and_content_section.top_medium {
        margin-top: 95px;
    }

    body .left_right_image_heading_and_content_section.bop_medium {
        margin-bottom: 95px;
    }

    body .left_right_image_heading_and_content_section.tos_big {
        margin-top: 130px;
    }

    body .left_right_image_heading_and_content_section.bos_big {
        margin-bottom: 130px;
    }
}

@media (max-width: 991px) {
    body .left_right_image_heading_and_content_section {
        margin: 80px 0;
    }

    body .left_right_image_heading_and_content_section.top_medium {
        margin-top: 65px;
    }

    body .left_right_image_heading_and_content_section.bop_medium {
        margin-bottom: 65px;
    }

    body .left_right_image_heading_and_content_section.tos_big {
        margin-top: 100px;
    }

    body .left_right_image_heading_and_content_section.bos_big {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    body .left_right_image_heading_and_content_section {
        margin: 50px 0;
    }

    body .left_right_image_heading_and_content_section.top_medium {
        margin-top: 35px;
    }

    body .left_right_image_heading_and_content_section.bop_medium {
        margin-bottom: 35px;
    }

    body .left_right_image_heading_and_content_section.tos_big {
        margin-top: 70px;
    }

    body .left_right_image_heading_and_content_section.bos_big {
        margin-bottom: 70px;
    }
}