.main-body-section {
    display: block;
}
.main-body-section > .team-header {
    width: 100%;
    text-align: center;
    
}
.main-body-section > .team-header h3 {
    font-weight: 400;
    margin-bottom: 10px;
}
.main-body-section > .team-header h2 {
    font-weight: 400;
    margin-top: 0;
    font-size: 2em;
}
.main-body-section > .team-member-section {
    display: block;
}
.main-body-section > .team-member-section > .team-member {
 width: 100%; 
 display: flex;
 gap: 5%;
 margin-bottom: 50px;
}

.main-body-section > .team-member-section > .team-member > .member-bio {
    width: 55%;
}

.main-body-section > .team-member-section > .team-member > .member-image {
    width: 40%;
}

.main-body-section > .team-member-section > .team-member > .member-image img {
    width: 100%;
    height: auto;
}


.member-bio > .bar {
    width: 75px;
    height: 3px;
    background-color: #2A93D5;
    box-shadow: 4px 2px 3px rgba(128, 128, 128, 0.4);
}
.member-bio h3{
    font-weight: 400;
    margin: 7px 0;
}
.member-bio h1{
    margin: 0;
}
.member-bio p{
    font-size: 0.85em;
    line-height: 21px;
}