Make card borders rounded (1st layout)

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

.eapp-team-showcase-member-card-grid-component { 
  border-radius: 50px; 
}