.team h1 span { display: block!important; }
.team-wrap { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.team-member {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}
.team-member .headshot { 
    width: 20%;
}
.team-member .headshot img { 
    border-radius: 100%;
}
.team-member .team-content { 
    width: 80%;
    padding-left: 2rem;
}
.team-content h4 { 
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.team-content h4 span { 
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    font-style: italic;
}