/* ===========================
   FAQ SECTION
=========================== */

.faqSection {
    background: #fc9;
    border: 2px solid #003db6;
    padding: 5px;
    margin: 5px 0;
    color: #000;
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
} 
.faqSection .faqSection_title {
    color: #0013a5;
    margin: 22px 0 12px;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 600;
}

.faqSection .faqSection_item {
    margin-bottom: 35px;
}

.faqSection .faqSection_item:last-child {
    margin-bottom: 0;
}

.faqSection .faqSection_question {
    color: #0013a5;
    margin: 18px 0 9px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
}

.faqSection .faqSection_answer {
    font-weight: 600;
    font-style: italic;
    line-height: 1.65;
    margin-bottom: 14px;
    text-align: justify;
        color: #000b65;
    text-shadow: 1px 1px 2px #fff;
        margin: 0 0 16px;
    line-height: 16px;
    font-size: 14px;
}

.faqSection  li {
    color: #000;
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
}

.faqSection .faqSection_list {
    margin: 18px 0;
    padding-left: 28px;
}

.faqSection .faqSection_list li {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #0017a8;
    line-height: 1.7;
    margin-bottom: 14px;
}

.faqSection .faqSection_list li strong {
    font-weight: 700;
}

.faqSection .faqSection_footer {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #0017a8;
    line-height: 1.65;
    margin-top: 15px;
}

/* ===========================
   Tablet
=========================== */

@media (max-width:991px) {

    .faqSection {
        padding: 25px 0;
    }

    .faqSection .faqSection_container {
        padding: 22px;
    }

    .faqSection .faqSection_title {
        font-size: 28px;
    }

    .faqSection .faqSection_question {
        font-size: 22px;
    }

    .faqSection .faqSection_answer,
    .faqSection .faqSection_footer,
    .faqSection .faqSection_list li {
        font-size: 18px;
    }
}

/* ===========================
   Mobile
=========================== */

@media (max-width:576px) {

    .faqSection {
        padding: 20px 0;
    }

    .faqSection .faqSection_container {
        padding: 18px;
    }

    .faqSection .faqSection_title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .faqSection .faqSection_item {
        margin-bottom: 25px;
    }

    .faqSection .faqSection_question {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .faqSection .faqSection_answer,
    .faqSection .faqSection_footer,
    .faqSection .faqSection_list li {
        font-size: 16px;
        line-height: 1.7;
    }

    .faqSection .faqSection_list {
        padding-left: 20px;
    }
}