.modal-content.active {
    transform: scale(1);
    opacity: 1;
}

.faq-content.show {
    display: block;
}

.faq-icon.rotate {
    transform: rotate(180deg);
}