.faq-section { margin-top: 30px; }
.faq-section .faq-item { border-bottom: 1px solid rgba(0,0,0,.1); }
.faq-section .faq-question {
    display: block; width: 100%; text-align: left;
    background: none; border: 0; padding: 14px 30px 14px 0;
    font: inherit; color: inherit; font-weight: 600;
    cursor: pointer; position: relative;font-size: 16px;
}
.faq-section .faq-question:after {
    content: "+"; position: absolute; right: 5px; top: 50%;
    transform: translateY(-50%); font-weight: 400;
}
.faq-section .faq-question.active:after { content: "\2013"; }
.faq-section .faq-answer { display: none; padding: 0 0 14px; }
.faq-section .faq-answer p:last-child { margin-bottom: 0; }