.bl_qa{display:flex;flex-direction:column}.bl_qa_inner *{box-sizing:border-box;margin:0}.bl_qa_answer,.bl_qa_question{align-items:center;display:flex;gap:16px;padding:20px}.bl_qa_question{background-color:#f5f6fa;color:#161616;font-size:20px;font-weight:700;line-height:30px}.bl_qa_answer{color:#000}.bl_qa_answer:before,.bl_qa_question:before{align-items:center;align-self:flex-start;border-radius:50%;color:#fff;display:flex;font-size:20px;font-weight:700;height:38px;justify-content:center;line-height:30px;width:38px}.bl_qa_question:before{background-color:#000064;content:"Q"}.bl_qa_answer:before{background-color:#d75a00;content:"A"}.bl_qa_inner{flex:1}@media screen and (max-width:980px){.bl_qa_answer,.bl_qa_question{gap:15px;padding:10px 15px}.bl_qa_question{font-size:14px;line-height:22.5px}.bl_qa_answer{color:#161616}.bl_qa_answer:before,.bl_qa_question:before{font-size:14px;height:24px;line-height:21px;width:24px}}