ul{
    list-style-type: none;
}
.team{
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.team-header{
    width: 60%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.team-container-left{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 60px;
}
.team-member-image{
    width: 20%;
    margin: auto;
}
.team-member-image img{
    width: 250px;
}
.team-member-info-left{
    text-align: right;
    width: 90%;
    margin-bottom: 50px;
}
.team-member-info-left p{
    font-size: 15px;
    text-align: justify;
}

.team-container-right{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
}
.team-member-info-right{
    text-align: left;
    width: 90%;
}
.team-member-info-right p{
    font-size: 15px;
    text-align: justify;
}
