.faq-block{margin:0 auto;max-width:1200px}.faq-question{align-items:center;border-bottom:1px solid #ccc;color:#324e80;cursor:pointer;display:flex;font-size:20px;font-weight:700;justify-content:space-between;padding:22px 60px;position:relative}.faq-question:before{background-color:#43c589;border-radius:30px;color:#fff;content:"Q";font-size:18px;font-weight:700;height:30px;left:20px;line-height:30px;position:absolute;text-align:center;width:30px}.faq-question .fa{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.faq-question.is-open .fa{transform:rotate(180deg)}.faq-answer{background-color:#edf2f6;border-bottom:1px solid #ccc;color:#2f3a4d;display:none;padding:30px 62px;position:relative}.faq-answer,.faq-answer p,.faq-answer span{font-size:16px}.faq-answer:before{background-color:#006ec6;border-radius:30px;color:#fff;content:"A";font-size:18px;font-weight:700;height:30px;left:20px;line-height:30px;position:absolute;text-align:center;top:26px;width:30px}.faq-answer__text{margin:0}@media (max-width:767px){.faq-question{font-size:14px;padding:15px 30px 15px 43px}.faq-question:before{font-size:14px;height:23px;left:10px;line-height:23px;top:14px;width:23px}.faq-answer{font-size:12px;padding:15px 10px 15px 43px}.faq-answer:before{font-size:14px;height:23px;left:10px;line-height:23px;top:14px;width:23px}.faq-answer p,.faq-answer span{font-size:12px}}