Hi,
To display the team members in center align
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
Add below css code in custom css box
#team_members { text-align: center !important; }
.teammember-list { float: none !important; display: inline-block !important; }
Please make these changes and let me know your feedback.
regards
Grace Themes