.faq-chapter{max-width:100%;margin:0 auto}.faq-title{font-size:32px;font-weight:700;margin-bottom:30px}.faq-item{border-bottom:1px solid #ddd}.faq-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:22px 0;user-select:none}.faq-question{font-size:18px;font-weight:500}.faq-icon{font-size:30px;font-weight:300;line-height:1;transition:.2s}.faq-answer{display:none;padding:0 0 22px;color:#555;line-height:1.7}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-header:hover{color:#000}