span.question {
    display: block;
    font-weight: bold;
    padding: 15px 5px;
    background: #f8f8f8 !important;
    border-radius: 3px;
    color: #6f6f6f;
    margin-bottom: 12px;
    border-radius: 2px;
}

.answer {
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 5px;
    display: block;
    border-radius: 45px;
    padding: 6px;
}

.faq-list {
    list-style-type: none;
    padding: 0;
}

.faq-card:after {
    content: '+';
    position: absolute;
    left: 7px;
    top: 18px;
    font-size: 19px;
    font-weight: bold;
    /* background: #d4d4d4; */
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 100%;
    padding: 0px;
    line-height: 27px;
    color: #ceceea;
}

.faq-card.open:after {
    content: '-';

}

.faq-card {
    margin-bottom: 5px;
    position: relative;

}

.faq-card .question {
    font-size: 17px;
    cursor: pointer;
    padding-right: 9px;
}

.faq-card .answer {
    display: none;
}