.faq-item{background:#e4e6f2;border-radius:4px;flex-direction:column;margin-bottom:30px;min-height:100px;overflow:hidden}.faq-item,.faq-question{display:flex;justify-content:space-between}.faq-question{align-items:center;color:#4d6873;cursor:pointer;font-size:22px;font-weight:400;padding:26px 40px}.faq-icon.spin{transform:rotate(180deg)}.faq-answer{background:#eeeff6;color:#000;font-size:15px;line-height:1.6;max-height:0;overflow:hidden;padding:0 25px}.faq-answer.active{max-height:fit-content;padding:18px 25px 45px}