.image_content_with_bulletpoint_list_section {
    padding: 60px 0 48px;
    background-color: #F4F5F7;
}

.image_content_with_bulletpoint_list_section.remove_tos {
    margin-top: 0;
}

.image_content_with_bulletpoint_list_section.remove_bos {
    margin-bottom: 0;
}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .heading_section .heading_text {
    margin-bottom: 0;
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    font-weight: 600;
}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content {
    display: flex;
    justify-content: flex-start;
    background-color: #000B1F;
}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .image_section {
    width: 50%;
}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .image_section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section {
    width: 50%;
    padding: 60px 48px;
}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section a,
.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section>* {
    color: #FFFFFF;
}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section a:hover {
    color: #c10039;
}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section ul {
    list-style: none;
    padding: 0;
}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section ul li {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 24px;
}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section ul:last-child,
.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section p:last-child,
.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section ul li:last-child {
    margin-bottom: 0;

}

.image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section ul li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 22px;
    background-image: url('../images/li-ture-marker.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media (max-width:1359px) {

    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner {
        row-gap: 40px;
    }

    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .heading_section .heading_text {
        font-size: 36px;
        line-height: 38px;
    }

    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section {
        padding: 40px;
    }
}

@media (max-width:1199px) {
    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner {
        row-gap: 30px;
    }


    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .heading_section .heading_text {
        font-size: 32px;
        line-height: 34px;
    }

    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section {
        padding: 30px;
    }
}

@media (max-width:991px) {
    .image_content_with_bulletpoint_list_section {
        padding: 40px 0;
    }

    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner {
        row-gap: 20px;
    }

    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .heading_section .heading_text {
        font-size: 28px;
        line-height: 30px;
    }

    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content {
        flex-direction: column;
    }

    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section,
    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .image_section {
        width: 100%;
    }

    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width:767px) {
    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .heading_section .heading_text {
        font-size: 24px;
        line-height: 26px;
    }

    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section p,
    .image_content_with_bulletpoint_list_section .image_content_with_bulletpoint_list_section_inner .image_with_bulletpoint_content .bulletpoint_content_section ul li {
        margin-bottom: 20px;
    }
}