Align team members to the center

Add this code to the Custom CSS field on the Style tab of your Team Showcase widget’s settings:

.eapp-team-showcase-grid-component { 
justify-content: center; 
}
.eapp-team-showcase-group-title { 
text-align: center; 
}