Hi Erika,
To display “Who We Are” section left aligned
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
and add below css code in custom css box
#welcomearea, #welcomearea h2 { text-align: left; }
#welcomearea h2.section_title::after { margin: 0; }
Regards
Grace Themes