.faq-container h2 {
    margin: 0 !important;
}
.hidden {
    display: none;
}
.faq-answer-text {
    max-height: 0;
    transition: max-height .5s ease-in-out, padding-top .6s ease-in-out;
}
.faq-active .faq-answer-text {
    max-height: 500px;
    padding-top: 12px;
}
.faq-divider {
    border-bottom: 1px #fff solid;
}