Text Color in Features

I need to change the text color in the features widget.

www.ensurtec.com

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Additional CSS

/*title*/
.shapely_home_features
h3.mb16{
  color:red
}
/*sub header*/
#shapely_home_features-3 h4{
  color:blue;
}

/*paragraph text*/
#shapely_home_features-3 p{
  color:black
}

Best Regards,
Support