.row{
    justify-content: space-evenly;
    align-items: center;
}

.team-member p{
    margin-bottom: 0 !important;
}

.team-member .row{
    justify-content: center !important;
}
.team-member .row > *{
    margin-left: 5px;
    margin-right: 5px;
}