Change width of 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 {
  width: 300px;
}