Add padding to the top part of the columns

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

.eapps-pricing-table-column-inner {
  padding-top: 20px;
}