Add margin between title and caption

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

.eapps-pricing-table-column-title-caption {
margin-top: 20px;
}