change this value:
.team_member_wrap {
height: 340px !important;
}
if that does not help, you may need to go into the php file and change the markup to something like:
<div class="team_profile_wrap" style=" height:355px !important; border-color:;">
————-
Center the profile photo use this css:
.team_profile_pic{text-align: center !important;}
if that does not help, you may need to change the markup to look something like this:
<div class="team_profile_pic" style=" background:url(https://www.yourwebsite.com/wp-content/uploads/easy_team_manager/yourphoto.png) no-repeat center center transparent;
">
Hope this helps.