@media (min-width: 992px) {
    #searchbar .buttons
    {
        flex: .5;
    }

    #header .text
    {
        display: block;
        flex: 1;
        text-align: center;
        font-size: 17px;
        font-weight: 700;
        max-width: 540px;
        height: 150px;
        margin: 0;
        margin-top: 20px;
        padding: 9px 20px;
        background-color: #231F20;
        color: #FFF;
        text-transform: uppercase;
    }
}