Change font size in the Head Column on mobile

Add this code to the Custom CSS field on the Style tab of your Pricing Table widget’s settings:

.eapps-pricing-table-column-head-mobile-inner
.eapps-pricing-table-column-features-item-text {
  font-size: 20px;
}