.promed-faq{margin:30px 0}
.promed-faq-item{border:1px solid #d8e9f2;border-radius:12px;margin:14px 0;overflow:hidden;background:#fff}
.promed-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;background:#f7fcfe;color:#08364A;border:0;padding:20px;font-size:20px;font-weight:700;cursor:pointer}
.promed-faq-answer{display:none;padding:20px;line-height:1.8}
.promed-faq-item.active .promed-faq-answer{display:block}
.promed-faq-item.active .icon{transform:rotate(45deg)}
.icon{background:#24B6E5;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;transition:.2s}