@media screen and (min-width: 990px) {
    .header-wrapper .header--middle-left {
        grid-template-columns: 1fr auto 1fr;
    }
}