
.bg_gris {
    background-color: #1f1f1f;
    color: #fff;
    font-family: Raleway;
    padding: 5vh;
    line-height: 25px;
    font-size: 1em;
}
.item_team {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

.desc_team {
    display: table;
    width: 100%;
    margin: 20px 0;
}
.name_team {
    font-family: Raleway;
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #000;
}
.function_team {
    color: #5e5e5e;
    text-align: center;
    font-size: 1em;
    font-family: Raleway;
}
@media (max-width: 767px){
.bg_gris {
    margin-bottom: 6vh;
}
}



