.faq-question {
    cursor: pointer;
    user-select: none;
}

.faq-answer {
    padding-top: 10px;
    transition: max-height 0.3s ease;
    overflow: hidden;
}
.faq_img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: -3vh auto auto 98%;
    transition: transform 0.3s ease;
    display: block;
}
.faq_img.rotated {
    transform: rotate(180deg);
}
