.ff-faq .wd-accordion-title .wd-accordion-title-text span {
    font-size: 18px !important;
    color: var(--navy) !important;
    font-weight: 700 !important;
}


.ff-faq .wd-accordion-title .wd-accordion-opener::before {
    content: "" !important;
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M5.17146 7.0007L0.22168 2.05093L1.6359 0.636719L7.99986 7.0007L1.6359 13.3646L0.22168 11.9504L5.17146 7.0007Z' fill='gray'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.ff-faq .wd-accordion-title.wd-active .wd-accordion-opener{
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
} 


.ff-faq .wd-accordion-title.wd-active .wd-accordion-opener::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M5.17146 7.0007L0.22168 2.05093L1.6359 0.636719L7.99986 7.0007L1.6359 13.3646L0.22168 11.9504L5.17146 7.0007Z' fill='black'/%3E%3C/svg%3E") no-repeat center;
}
.ff-faq .wp-block-wd-accordion-pane.wd-accordion-item .wd-accordion-title{
    height: 68px !important;
}


