.wp-block-vsf-dce-faq{
    background: #fff;
    border: 2px solid #EEEFEF;
    border-radius: 10px;
    margin: 0 0 1rem 0;
}

.wp-block-vsf-dce-faq .question-div span:first-child{
    color: #CCCCCC;
    font-size: 1rem;
    margin-right: 1rem;
}
.wp-block-vsf-dce-faq .question-div{
    padding: 1.5rem 5rem 1.5rem 2rem;
    font-size: 1rem;
    color: #000;
    position: relative;
    cursor: pointer;
}
.wp-block-vsf-dce-faq .question-div span:last-child{
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #F0F5FC;
    color: #4982EC;
    border-radius: 50%;
    text-align: center;
    vertical-align: center;
}

.wp-block-vsf-dce-faq .answer-div{
    border-top: 2px solid #F2F2F2;
    padding: 1.5rem 2rem;
    display: none;
}

.wp-block-vsf-dce-faq.open .answer-div{
    display: block;
}
.wp-block-vsf-dce-faq.open .question-div span:first-child{
    color: #3664C2;
}
.wp-block-vsf-dce-faq.open .question-div span:last-child{
    background: #3664C2;
    color: #fff;
}
.wp-block-vsf-dce-faq.open .question-div span:last-child:before {
    content: "\f068";
}