.team {
    max-width: 1000px;
    margin: 0 auto;
}
.team__container {
    margin-top: 10px;
}
.team__title {
    font-size: 18px;
    color: #104d6d;
    font-weight: 700;
    padding: 10px 0px;
    box-sizing: border-box;
}

.team__bs {
    font-size: 20px;
    font-weight: 700;
    color: brown;
    text-transform: uppercase;
}

.team__text {
    font-size: 18px;
    font-weight: 700;
    color: black;
    margin-top: 5px;
}

.team__img {
    text-align: center;
    margin-top: 5px;
}
