.grid--12 .grid__el--left {

    grid-column: 1 / 13 !important;
}

.team__subtitle {
    font-weight: 400 !important;
    font-size: 18px !important;
}

@media screen and (max-width: 516px) {
    .team__subtitle {
        font-size: 16px !important;
    }
}