.faq-list .nav-item .nav-link{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #a5acc2;
}

.faq-list .nav-item .active{
    color: #00edbf;
}

.faq-list .faq-list-title{
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #010e1e;
}

.faq .faq-index{
    width: 2.4rem;
    height: 2.4rem;
}

.faq .faq-t{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #232d41;
}

.faq .faq-a{
    margin-top: 24px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #3f4b69;
}

.faq .faq-a .blue-text{
    margin-top: 8px;
    font-size: 14px;
    color: #42a5f5;
}

@media screen and (max-width: 768px){
    .faq-list .nav-item .nav-link {
        font-size: 14px;
    }

    .faq .faq-t{
        font-size: 16px;
    }

    .nav-item.clicked{
        border: solid 1px #9affeb;
    }
}