Align text to the center

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

.eapps-faq-content-items {
    text-align : center!important;
}