Make column borders thicker and apply shadow to them

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

.eapps-pricing-table-column{
border-radius: 20px;
border: 2px solid;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}