Add this code to the Custom CSS field on the Style tab of your Pricing Table widget’s settings:
.eapps-pricing-table-columns-container-scrollable .eapps-pricing-table-column .eapps-pricing-table-column-inner .eapps-pricing-table-column-item .eapps-pricing-table-column-features .eapps-pricing-table-column-features-item {
display:flex;
justify-content:center;
align-items:center;
}