.TeamBio {
    display:flex;
    margin-top:25px;
    margin-bottom:25px;
    width:100%;
}
.TeamBio-Headshot {
        max-width:400px;
        height:400px;
        margin-right:30px;
        width:100%;
        flex-shrink:0;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .TeamBio-Headshot {
                max-width:300px;
                height:300px;
    }
            }
.TeamBio-Headshot img {
            width:100%;
        }
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .TeamBio-Headshot img {
                max-width:300px;
                height:300px
        }
            }
.TeamBio-MemberBio {
        width:100%;
}
.TeamDesktop {
    display:none;
}
@media only screen and (min-width : 768px) {
.TeamDesktop {
        display:block;
    }
    }
.TeamMobile {
    display:block;
}
@media only screen and (min-width : 768px) {
.TeamMobile {
        display:none;
    }
    }
.TeamMobile .chevron {
        margin-top:-75px;
    }
.Team {
    justify-content:center;
}
.Team-TeamList {
    align-items:flex-end;
}
@media only screen and (max-width : 575px) {
.Team-TeamMember p {
        text-align:left
}
    }
@media only screen and (min-width : 576px) and (max-width : 767px) {
.Team-TeamMember p {
        text-align:left
}
    }
