.term-tab {
    cursor: pointer;
}
.term-tab.active {
    /* background: #000; */
    color: #fff;
}
.faq-content {
    display: none;
}
.faq-content.active {
    display: block;
}