.faq-item.open .faq-answer {
    max-height: 500px;
    margin-top: 1rem;
}

.faq-answer {
    transition: all 0.5s ease-in-out;
}