.teams {
    background: #F0EDE8;
}

.team img {
    border-radius: 15px;
}

.team .team-info {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.team .team-name {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 5rem;
}

.team .team-position {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 3rem;
}

.team .team-desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}
