.faq-item{border-bottom:1.5px solid #0d0d0d;margin-bottom:24px;overflow:hidden}.faq-item,.faq-question{transition:background-color .3s ease}.faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.arrow{display:inline-block;transition:transform .3s ease}.faq-answer{background-color:#fff;max-height:0;opacity:0;overflow:hidden;transition:max-height .5s ease,opacity .5s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:500px;opacity:1;padding-bottom:8px}.faq-item.active .faq-question{margin-bottom:6px}.faq-item.active .arrow{transform:rotate(180deg)}