Hi Lynn,
The section text is not displaying good because of dark background image.
It will be better to remove this background image from mobile version of site
Please add below css code in Theme Options -> Basic Settings -> Custom CSS box for to remove the section background image from mobile device.
@media screen and (max-width:767px) {
#section2, #section9 { background-image: none !important; }
}
Regards
Grace Themes