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:

.es-features-feature:nth-child(3) .es-features-feature-text {
  color: blueviolet;
}