.full_width_image_with_heading_content {
    margin: 60px 0;
    position: relative;
}

.full_width_image_with_heading_content.remove_tos {
    margin-top: 0;
}

.full_width_image_with_heading_content.remove_bos {
    margin-bottom: 0;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .full_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .full_image:after,
.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .full_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .full_image:after {
    background: rgb(97, 0, 0, 07);
    opacity: 70%;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .full_image:before {
    background: #000000;
    opacity: 50%;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .full_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section {
    display: flex;
    flex-wrap: wrap;
    padding-top: 74px;
    min-height: 410px;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .left_section {
    padding: 24px 60px 24px 0;
    width: 56.9078%;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .left_section .heading_section .heading_text {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .left_section .content_section a,
.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .left_section .content_section>* {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .left_section .content_section p:last-child {
    margin-bottom: 0;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section {
    width: 43.0922%;
    padding: 48px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #C10439;
    padding-bottom: 24px;
    padding-right: 18px;
    border-bottom: 2px solid #C10439;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_item_list {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_item_list .link_item {
    padding-left: 16px;
    border-left: 2px solid #C10439;

}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_item_list .link_item .link {
    position: relative;
    padding-right: 40px;
    font-size: 20px;
    line-height: 32px;
    color: #000B1F;
    word-wrap: break-word;
    display: inline-flex;
    flex-wrap: wrap;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_item_list .link_item .link .arrow_link {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    transition: all 0.6s ease;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_item_list .link_item .link .arrow_link svg {
    width: 100%;
    height: 100%;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_item_list .link_item .link:hover {
    color: #C10439;
}

.full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_item_list .link_item .link:hover .arrow_link {
    right: 0;
}

@media (max-width:1359px) {
    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section {
        min-height: 380px;
        padding-top: 50px;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .left_section {
        padding-right: 40px;
        padding-top: 0;
        width: 54%;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section {
        padding: 35px;
        width: 46%;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .left_section .heading_section .heading_text {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width:1199px) {
    .full_width_image_with_heading_content {
        margin: 50px 0;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section {
        min-height: 330px;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .left_section {
        padding-right: 30px;
        width: 50%;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section {
        padding: 18px;
        width: 50%;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .left_section .heading_section .heading_text {
        font-size: 32px;
        line-height: 36px;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_item_list .link_item .link {
        padding-right: 34px;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_item_list .link_item .link .arrow_link {
        width: 18px;
        height: 18px;
        top: 2px;
    }

}

@media (max-width:991px) {
    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section {
        min-height: auto;
        padding-top: 30px;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .left_section {
        padding-right: 0;
        row-gap: 14px;
        width: 100%;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section {
        width: 100%;
        row-gap: 14px;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_heading {
        padding-bottom: 10px;
        font-size: 22px;
        line-height: 30px;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .left_section .heading_section .heading_text {
        font-size: 28px;
        line-height: 32px;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_item_list .link_item .link {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width:767px) {
    .full_width_image_with_heading_content {
        margin: 40px 0;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .left_section .heading_section .heading_text {
        font-size: 24px;
        line-height: 28px;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_heading {
        font-size: 20px;
        line-height: 28px;
    }

    .full_width_image_with_heading_content .full_width_image_with_heading_content_inner .heading_content_section .right_section .link_item_list .link_item .link {
        font-size: 16px;
        line-height: 28px;
    }
}