Change border radius of the items

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

.eapps-faq-content-category-item {
    border-radius: 4px;
}