.faq-course{background:var(--color-third,rgba(77,70,116,.08));padding:50px 0}.faq-course__container{max-width:100%}.faq-course__title{margin-bottom:30px;text-align:center}.faq-course .item{width:100%;max-width:630px;margin:0 auto 10px;position:relative;background:#fff}.faq-course .item .figure-arrow{pointer-events:none;left:20px;top:18px;--width:2rem;--height:1px;--corner-width:0.75rem;--corner-height:.5rem}.faq-course .item__question{border-radius:4px;display:flex;flex-wrap:wrap;align-items:center;font-weight:800;color:#322847;cursor:pointer;height:auto;padding:10px 10px 10px 70px;font-size:14px;line-height:120%}.faq-course .item__answer{max-height:0;overflow:hidden;transition:.3s ease;color:#59516a;padding:0 30px;font-size:14px}.faq-course .item.active .item__answer{max-height:1000px;padding:10px 1px 10px 30px}.faq-course .item.active .figure-arrow{--direction:rotate(-90deg)}