.team_members {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.team_member {
    margin: 0 1% 30px;
    padding: 20px;
    border: solid 1px #d5d5d5;
    box-shadow: 0 0 5px #d5d5d5;
}

.team_member_content {
    text-align: center;
}

.team_member_photo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.team_member_photo img {
    width: 150px;
    height: auto;
}

.team_member_name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom:0;
}

.team_member_title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 20px;
}

.team_member_email {
    word-wrap: break-word;
    margin-bottom: 10px;
}

.team_member_phone {
    margin-bottom: 20px;
}

.team_member_permalink {
    font-weight: 500;
}

.team_member_permalink a:not(:hover){
    color:black;
}