[data-toggle="collapse"] .fa:before {   
    content: "\f068";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f067";
}

.faq-question-background {
    background-color: #43a2ee !important;
}