.left_right_image_with_heading_and_content {
    margin: 90px 0
}

.left_right_image_with_heading_and_content_inner {
    display: flex;
    flex-direction: column;
    gap: 73px
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content {
    display: flex;
    gap: 40px
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content .list_section ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content .list_section ul li {
    font-family: var(--Fonts_Manrope_Medium);
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    padding-left: 39.5px
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content .list_section ul li span {
    font-family: var(--Fonts_MonaSans_Bold)
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content .list_section ul li:before {
    background-color: transparent;
    background-image: url(../../images/redcheck.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 23.5px;
    top: 4px;
    width: 23.5px
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content .image_section {
    display: flex
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content .image_section img {
    border-radius: 12px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content .heading_content_section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc(49.68% - 20px)
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content .heading_content_section .heading_section .heading {
    margin: 0
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content .heading_content_section .content_section {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content .heading_content_section .content_section p {
    font-family: var(--Fonts_Manrope_Medium);
    line-height: 28px;
    margin: 0
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content.content_in_right .heading_content_section {
    order: 2
}

.left_right_image_with_heading_and_content_inner .image_with_heading_content.content_in_right .image_section {
    order: 1
}

@media (max-width:1359px) {
    .left_right_image_with_heading_and_content {
        margin: 80px 0
    }

    .left_right_image_with_heading_and_content_inner {
        gap: 60px
    }

    .left_right_image_with_heading_and_content_inner .image_with_heading_content {
        gap: 30px
    }

    .left_right_image_with_heading_and_content_inner .image_with_heading_content .image_section {
        width: calc(50.31% - 15px)
    }

    .left_right_image_with_heading_and_content_inner .image_with_heading_content .heading_content_section {
        width: calc(49.68% - 15px)
    }
}

@media (max-width:1199px) {
    .left_right_image_with_heading_and_content {
        margin: 70px 0
    }

    .left_right_image_with_heading_and_content_inner {
        gap: 50px
    }

    .left_right_image_with_heading_and_content_inner .image_with_heading_content .list_section ul {
        gap: 15px
    }
}

@media (max-width:991px) {
    .left_right_image_with_heading_and_content {
        margin: 60px 0
    }

    .left_right_image_with_heading_and_content_inner {
        gap: 40px
    }

    .left_right_image_with_heading_and_content_inner .image_with_heading_content {
        flex-direction: column
    }

    .left_right_image_with_heading_and_content_inner .image_with_heading_content .heading_content_section,
    .left_right_image_with_heading_and_content_inner .image_with_heading_content .image_section {
        width: 100%
    }

    .left_right_image_with_heading_and_content_inner .image_with_heading_content .image_section {
        order: -1
    }
}

@media (max-width:767px) {
    .left_right_image_with_heading_and_content {
        margin: 48px 0
    }

    .left_right_image_with_heading_and_content_inner {
        gap: 35px
    }

    .left_right_image_with_heading_and_content_inner .image_with_heading_content .heading_content_section {
        gap: 15px
    }
}

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