Hi,
To change the section title and text color of Disaster Planning section to white
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code
#disastersection h2.section_title { color: #ffffff; }
#disastersection h2.section_title::after { background-color: #fff; }
#disastersection p { color: #ffffff; }
Please do this changes and let me know your feedback.
Regards
Grace Themes