.jet-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 12px;
}
.jet-faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.jet-faq-wrapper {
    display: flex;
    flex-direction: column;
}
.jet-faq-item {
    overflow: hidden;
}
.faq-title {
    flex: 1;
}
.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
