.team-member {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;

    /*flex-direction: column;*/
    /*align-items: flex-start;*/
}

.team-member h2 {
    margin-top: 0;

    /*flex-direction: column;*/
    /*align-items: flex-start;*/
}

.team-member img {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 75px;
    height: 75px;

}

@media only screen and (min-width: 991px) {
    .team-member {
        display: flex;
        margin-bottom: 30px;
        align-items: center;
    }

    .team-member img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }
}