Enable RTL Mode

Add this code to the Custom CSS field on the Appearance tab of your FAQ widget’s settings:

.eapps-faq-container{
    direction: rtl;
}