.component_section_detail_with_bullet_points_list {
    margin: 191px 0;
}
.component_section_detail_with_bullet_points_list.tos_reduce {
    margin-top: 70px;
}
.component_section_detail_with_bullet_points_list.bos_reduce {
    margin-bottom: 70px;
}
.component_section_detail_with_bullet_points_list.tos_remove {
    margin-top: 0;
}
.component_section_detail_with_bullet_points_list.bos_remove {
    margin-bottom: 0;
}

.component_section_detail_with_bullet_points_list .heading_section {
    display: flex;
    flex-wrap: wrap;
}

.component_section_detail_with_bullet_points_list .heading_text {
    font-family: "OpenSans-Light";
    font-size: 30px;
    line-height: 140%;
    text-transform: uppercase;
    color: #262B36;
}

.component_section_detail_with_bullet_points_list .section_inner {
    display: flex;
    flex-wrap: wrap;
}

.component_section_detail_with_bullet_points_list .left_section {
    width: 47%;
}

.component_section_detail_with_bullet_points_list .right_section {
    width: 53%;
    padding-left: 30px;
}

.component_section_detail_with_bullet_points_list .right_section .right_section_inner {
    max-width: 445px;
    margin-left: auto;
}

.component_section_detail_with_bullet_points_list .bullet_point_list {
    margin: 0;
    padding: 0;
    column-gap: 25px;
    list-style-type: none;
}

.component_section_detail_with_bullet_points_list .bullet_point_list.two_column {
    column-count: 2;
}

.component_section_detail_with_bullet_points_list .bullet_point_list li {
    font-family: "OpenSans-SemiBold";
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding: 9px 0 9px 21px;
}
.component_section_detail_with_bullet_points_list .bullet_point_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    background: linear-gradient(282.59deg, rgba(0, 146, 76, 0.8) 24.37%, rgba(93, 190, 134, 0.8) 126.19%);
    border-radius: 50%;
}

@media (max-width: 1435px) {
    .component_section_detail_with_bullet_points_list {
        margin: 170px 0;
    }
    .component_section_detail_with_bullet_points_list.tos_reduce {
        margin-top: 45px;
    }
    .component_section_detail_with_bullet_points_list.bos_reduce {
        margin-bottom: 45px;
    }
}

@media (max-width: 1359px) {
    .component_section_detail_with_bullet_points_list {
        margin: 140px 0;
    }
    .component_section_detail_with_bullet_points_list.tos_reduce {
        margin-top: 40px;
    }
    .component_section_detail_with_bullet_points_list.bos_reduce {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px){
    .component_section_detail_with_bullet_points_list {
        margin: 110px 0;
    }
    .component_section_detail_with_bullet_points_list.tos_reduce {
        margin-top: 35px;
    }
    .component_section_detail_with_bullet_points_list.bos_reduce {
        margin-bottom: 35px;
    }

    .component_section_detail_with_bullet_points_list .heading_text {
        font-size: 28px;
        line-height: 120%;
    }
}

@media (max-width: 991px) {
    .component_section_detail_with_bullet_points_list {
        margin: 80px 0;
    }
    .component_section_detail_with_bullet_points_list.tos_reduce {
        margin-top: 30px;
    }
    .component_section_detail_with_bullet_points_list.bos_reduce {
        margin-bottom: 30px;
    }

    .component_section_detail_with_bullet_points_list .heading_text {
        font-size: 25px;
        line-height: 100%;
    }
    .component_section_detail_with_bullet_points_list .section_inner {
        gap: 50px;
    }
    .component_section_detail_with_bullet_points_list .section_inner .left_section  {
        width: 100%;
    }
    .component_section_detail_with_bullet_points_list .right_section {
        width: 100%;
        padding-left: 0;
    }
    .component_section_detail_with_bullet_points_list .right_section .right_section_inner {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .component_section_detail_with_bullet_points_list {
        margin: 50px 0;
    }
    .component_section_detail_with_bullet_points_list.tos_reduce {
        margin-top: 25px;
    }
    .component_section_detail_with_bullet_points_list.bos_reduce {
        margin-bottom: 25px;
    }

    .component_section_detail_with_bullet_points_list .heading_text {
        font-size: 20px;
        line-height: 80%;
    }
}

@media (max-width: 575px) {
    .component_section_detail_with_bullet_points_list .bullet_point_list.two_column {
        column-count: 1;
    }
}