#faq .question {
    margin-bottom: 10px;
}
#faq .question_name {
    font-size: 14px;
    font-family: 'ProximaNovaRgBold';
    cursor: pointer;
    margin-bottom: 8px;
    padding-left: 15px;
    background: url('../img/folded.svg') no-repeat left center;
    background-size: 6px;
}
#faq .question .answer {
    display: none;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
}
#faq .question.expanded .answer {
    display: block;
}
#faq .question.expanded .question_name {
    background: url('../img/dropdown.svg') no-repeat left center;
    background-size: 8px;
}