.faqs{display:flex;flex-direction:column;max-width:992px}.faq{border-bottom:1px solid #5a7dff}.faq:last-child{border-bottom:none}.faq__header{align-items:center;display:flex;flex-direction:row;font-weight:700;justify-content:space-between;padding-bottom:20px;padding-top:20px}.faqs .header__toggle{cursor:pointer;height:36px;width:36px}.faq .faq__content{max-width:680px}.faqs [data-toggle-state=closed] .faq__content,.faqs [data-toggle-state=closed] .toggle__opened,.faqs [data-toggle-state=opened] .toggle__closed{display:none}.faqs [data-toggle-state=opened] .faq__content{display:block;padding-bottom:30px}