.faq-item{;overflow:hidden}.faq-item,.faq-question{margin-bottom:24px;transition:background-color .3s ease}.faq-question{align-items:center;border-bottom:1.5px solid;cursor:pointer;display:flex;justify-content:space-between;padding-bottom:16px}.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 .arrow{transform:rotate(90deg)}