.help_list {
    width: 100%;
    border-radius: 4px;
    list-style: none;
    padding: 0;
}

.help_list li {
    display: flex;
    margin-bottom: 20px;
}

.help_list li .icon img {
    width: 60px;
    height: auto;
}

@media (max-width: 500px) {
    .help_list li .icon img {
        width: 40px;
    }
}

.help_list li .text {
    padding-left: 15px;
}

.help_list li .text h3,
.help_list li .text p {
    margin: 0;
    padding: 0;
}

.help_list li .text h3 {
    font-size: 18px;
    font-weight: 600;
}

.help_list li .text p {
    margin-top: 10px;
    font-size: 16;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.586);
}

/* .help_list li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}
.help_list li:nth-child(even) .text{
    margin-right: 15px;
} */


.concept_note_container {
    width: 100% !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.concept_note_container .card_p i {
    font-size: 25px;
    margin-right: 15px;
}

.concept_note_container .card_p h5 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.concept_note_container .card_p p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: rgba(0, 0, 0, 0.612);
}

@media (max-width: 500px) {
    .card-container-2 {
        border-radius: 0 !important;
    }

    .concept_note_container .card_p i {
        font-size: 20px;
    }

    /* .concept_note_container .card_p h5 {
        font-size: 15px;
    }

    .concept_note_container .card_p p {
        font-size: 13px;
    } */

    .step_section_concept_note .step_img {
        padding: 20px;
    }
}


.why_best_section .concept_note_card_container .card {
    height: 100%;
}

.why_best_section .concept_note_card_container .card h6 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.why_best_section .concept_note_card_container .card p {
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
}
.why_choose_section{
    width: 100%;
    padding: 3rem 15px;
    background-color: rgb(240, 239, 251) !important;
}
.why_choose_section .centered_why_choose_section{
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: flex;
}

@media (max-width: 850px) {
    .why_choose_section .wise_round_img {
        display: none !important;
    }

    .step_section_concept_note .margin_top {
        margin-top: -4rem !important;
    }
}

.step_section_concept_note .book-3d__cover {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.608)) !important;
}

.step_section_concept_note .content-column ul li .list_item .text p {
    margin-top: 10px;
}

.step_section_concept_note .content-column ul li {
    margin-bottom: 25px;
}