.left_right_image_with_data_section {
    margin: 52px 0;
}

.left_right_image_with_data_section_inner {
    row-gap: 68px;
}


.left_right_image_with_data_section_inner .top_section .heading_text,
.left_right_image_with_data_section_inner .top_section .short_description {
    color: var(--color_Text);
}

.left_right_image_with_data_section_inner .top_section .heading_text {
    font-family: var(--font_GothicA1-Light);
    font-size: 28px;
    line-height: 40px;
}

.left_right_image_with_data_section_inner .image_with_data_item_list {
    row-gap: 60px;
}


.left_right_image_with_data_section_inner .image_with_data_item .data__section {
    width: calc(50% - 12px);
}

.left_right_image_with_data_section_inner .image_with_data_item:has(.data__section.image_type) {
    align-items: center;
}

.left_right_image_with_data_section_inner .image_with_data_item .data__section.image_type .data__section_inner {
    padding-top: 88%;
}


.left_right_image_with_data_section_inner .image_with_data_item .data__section.image_type .data__section_inner img {
    position: absolute;
    object-position: center;
}


.left_right_image_with_data_section_inner .image_with_data_item .data__section.content_type .data__section_inner {
    row-gap: 20px;
}

.left_right_image_with_data_section_inner .image_with_data_item .data__section .data__section_inner .data_title {
    font-size: 20px;
    line-height: 25px;
    color: var(--color_Text);
    letter-spacing: 0.01em;
    row-gap: 20px;
}

.left_right_image_with_data_section_inner .image_with_data_item .data__section .data__section_inner .data_title span {
    font-family: var(--font_GothicA1-Black);
    font-size: 40px;
    line-height: 44px;
    background-color: var(--color_Light_Teal);
    border-radius: 2px;
    padding: 9px 17px 10px 16px;
    color: var(--color_White);

}

.left_right_image_with_data_section_inner .image_with_data_item .data__section .data__section_inner .data_content {
    color: var(--color_Text);
}

@media (max-width:1359px) {
    .left_right_image_with_data_section_inner .image_with_data_item_list {
        row-gap: 55px;
    }

    .left_right_image_with_data_section_inner .image_with_data_item .data__section .data__section_inner .data_title span {
        font-size: 38px;
        line-height: 42px;
    }
}

@media (max-width:1199px) {

    .left_right_image_with_data_section_inner {
        row-gap: 60px;
    }


    .left_right_image_with_data_section_inner .image_with_data_item .data__section .data__section_inner .data_title span {
        font-size: 36px;
        line-height: 40px;
    }

}


@media (max-width:991px) {
    .left_right_image_with_data_section_inner .image_with_data_item_list {
        row-gap: 50px;
    }

    .left_right_image_with_data_section_inner .image_with_data_item .data__section {
        width: calc(50% - 8px);
    }

    .left_right_image_with_data_section_inner .image_with_data_item .data__section .data__section_inner .data_title {
        column-gap: 20px;
    }

    .left_right_image_with_data_section_inner .image_with_data_item .data__section .data__section_inner .data_title span {
        font-size: 34px;
        line-height: 40px;
        padding: 7px 13px 6px 14px;
    }

    .left_right_image_with_data_section_inner .image_with_data_item .data__section.image_type .data__section_inner {
        padding-top: 107%;
    }
}

@media (max-width:767px) {
    .left_right_image_with_data_section {
        margin: 70px 0 50px;
    }

    .left_right_image_with_data_section_inner,
    .left_right_image_with_data_section_inner .image_with_data_item_list {
        row-gap: 0;
    }

    .left_right_image_with_data_section_inner .top_section .heading_text {
        margin-bottom: 20px;
        line-height: 36px;
    }

    .left_right_image_with_data_section_inner .image_with_data_item .data__section {
        width: 100%;
    }

    .left_right_image_with_data_section_inner .image_with_data_item:not(:has(.data__section.image_type)) {
        row-gap: 0 !important;
    }

    .left_right_image_with_data_section_inner .image_with_data_item .data__section.image_type .data__section_inner {
        padding: 0;
    }

    .left_right_image_with_data_section_inner .image_with_data_item .data__section.image_type .data__section_inner img {
        position: relative;
    }

    .left_right_image_with_data_section_inner .image_with_data_item .data__section.image_type {
        order: 2;
    }

    .left_right_image_with_data_section_inner .image_with_data_item>.data__section.content_type {
        margin-top: 50px;
    }

    .left_right_image_with_data_section_inner .image_with_data_item .data__section.content_type .data__section_inner {
        row-gap: 16px;
    }
/* 
    .left_right_image_with_data_section_inner .image_with_data_item .data__section .data__section_inner .data_title {
        font-size: 18px;
    } */

    .left_right_image_with_data_section_inner .image_with_data_item .data__section .data__section_inner .data_title span {
        font-size: 31px;
        line-height: 38px;
    }
}

@media (max-width:380px) {

    .left_right_image_with_data_section_inner .image_with_data_item .data__section .data__section_inner .data_title {
        flex-direction: column;
        row-gap: 12px;
    }
}