.board {
    display:flex;
    flex-direction:row;
    padding:20px;
    align-items:center;
    justify-content:center;
    margin-top:60px;
}

.member {
    background-color:rgba(245, 245, 245, 0.831);
    border-top-left-radius:15px;
    border-bottom-right-radius:15px;
    padding:10px;
    margin:15px;
    width:300px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    box-shadow:5px 5px #adadad;
    border:solid;
    border-color:#5c5c5c;
}

.box-text {
    font-family:'DM Sans';
    font-weight:700;
    font-size:25px;

}

.box-desc {
    font-family:'DM Sans';
    font-weight:400;
    font-size:16px;
    margin-bottom:25px;
}

.mission {
    margin:50px;
    margin-top:25px;
    margin-bottom:25px;
    padding:0;
}

.about-1 {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:20px;
    margin-bottom:50px;
    padding:0;
}

.text-content-mission {
    color:black;
    font-family:'DM Sans';
    font-size:22px;
    font-weight:400;
    padding-left:50px;
    padding-right:50px;
    line-height:40px;
}


.headshots {
    width:120px;
    border-radius: 20px;
    margin:30px;
    border:solid;
    border-width:1.5px;
}

.box-desc-2 {
    font-family:'DM Sans';
    font-weight:400;
    font-size:16px;
    line-height:29px;
    margin-top:37px;
    margin-bottom:37px;
}