carlsbriggs Hello
You can override with following custom CSS code and adjust to your desired color.
1/ "New" text:
.acm-features.style-5 .sub-title .label-title {
color: #fff !important;
background: #3EC910 !important;
}
2/ Yellow text:
.acm-features.style-5 .title-lead h1 span,
.acm-features.style-5 .title-lead .h1 span {
color: #FED90F !important;
}