Hi,
To change the font color of Title and text description in Section 1
Go to the Appearance -> Editor -> style.css file
add below css code and change the color code
.welcomebx h2 { color:#FF0000 !important; }
.welcomebx p { color:#cccccc !important; }
Regards
Grace Themes