Hi Matthias
To display 2/3 team members in center aligned
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
and use below css code in custom css box
.section-teammember { text-align: center; }
.team_column { float: none; }
Regards
Grace Themes