.bg_section_team {
    background-color: unset;
    padding-top: unset;
    padding-bottom: unset;
}

@media (min-width: 768px) {
    .bg_section_team {
        background-color: #1D1D1F;
        padding-top: 138px;
        padding-bottom: 91px;
    }
}

.first_team .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.32px;
    color: #fff;
}

.first_team .role {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    line-height: 32px;
    letter-spacing: 0.32px;
    color: #fff;
    margin-bottom: 40px !important;
}

.first_team .text {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0.32px;
    color: #fff;
}

.other_teams {
    margin-top: 85px;
}

.other_teams:last-child {
    margin-bottom: 95px;
}

.other_teams .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.32px;
    color: #000000;
}

.other_teams .role {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    line-height: 32px;
    letter-spacing: 0.32px;
    color: #000000;
    margin-bottom: 40px !important;
}

.other_teams .text {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0.32px;
    color: #000000;
}

.content_team .block-video {
    margin-bottom: unset;
}

@media (min-width: 768px) {
    .content_team .block-video {
        margin-bottom: 160px;
    }
}