.biographies {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

}

.profiles {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin-top:0;
    margin-bottom:0;
}

.profile {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content: space-around;
    margin:20px;
}

.profile-name {
    font-family:'DM Sans';
    font-weight:500;
    font-size:20px;
}

.profile-desc {
    font-family:'DM Sans';
    font-weight:400;
    font-size:17px;
    margin:10px;
}

.profile-img {
    width:110px;
    border-radius:5px;
    margin:15px;
}

.imgtitle {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    margin:2vw;
}

.about-header {
    background-image:url(img/about\ us\ bg.png);
    background-size:cover;
    height:250px;
    background-position-y:660px;
    background-attachment:fixed;
}