Change font color for the specific row

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

.eapps-pricing-table-column-features-item:nth-child(3)
.eapps-pricing-table-column-features-item-text{
  color: blueviolet;
}