Right now

If you want to reverse that color behavior you have to use Custom CSS. Example:
.sppb-addon-rental-feature.layout-pro .sppb-addon-rental-feature-details .sppb-addon-title-wrapper .sppb-addon-title a {color: orange;}
.sppb-addon-rental-feature.layout-pro .sppb-addon-rental-feature-details .sppb-addon-title-wrapper .sppb-addon-title a:hover,
.sppb-addon-rental-feature.layout-pro .sppb-addon-rental-feature-details .sppb-addon-title-wrapper .sppb-addon-title a:focus {color: white;}
copy & paste whole