.mini-container{
    width: 70%;
    margin: 0 auto;
}

section.faq_wrapper_main{
    padding-bottom: 50px;
}

section.ban_wrap.topbanner-faq {
    padding: 50px;
    text-align: center;
}

section.ban_wrap.topbanner-faq h2{
    font-size: 60px;
    margin-bottom: 0;
    margin-top: 10px;
}

.faq_child {
    border-bottom: 1px solid #333;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
}

.faq_child .question_wrapper {
    position: relative;
    border-radius: 10px;
    overflow:hidden;
    padding: 0 20px;
    margin-bottom: 0;
    cursor: pointer;
    margin-bottom: 15px;
}

.question_wrapper img.faq_arrow{
    width: 20px;
    position: absolute;
    top:30%;
    right: 10px;
    transition: all 0.2s linear;
    transform: rotate(0deg);
}

.question_wrapper img.upward-arrow{
    transform: rotate(180deg);
}

.faq_child .mb-0-for-faq{
    margin-bottom: 0;
}

.faq_child .showContent{
    height: auto;
    overflow: auto;
}

.faq_child .question_wrapper h3{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Tenor Sans", sans-serif;
    margin-top: 5px;
    font-weight: 700;
}

.answer_wrapper{
    padding: 0 20px;
    /* height: 0; */
    overflow: hidden;
    max-height: 0;
    transition: all 0.2s linear;
}

.answer_wrapper p, .answer_wrapper ul li, .answer_wrapper ol li{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Tenor Sans", sans-serif;
}

.answer_wrapper ul, .answer_wrapper ol{
    padding: 10px 0 10px 30px;
}

.answer_wrapper ul li{
    list-style-type: disc;
}


@media screen and (max-width: 992px) {
    .mini-container{
        width: 90%;
    }

    section.ban_wrap.topbanner-faq{
        padding: 50px 0 25px 0;
    }

    section.ban_wrap.topbanner-faq .banner_head{
        margin-top: 60px;
    }

    section.ban_wrap.topbanner-faq h2{
        font-size: 25px;
    }

    .faq_child{

    }
}