section#banner {
    height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: inset 0px 200px 300px -100px rgba(67,156,215,1);
    padding: 0;
}

section#banner > div.container.cf {
    padding: 0 3%;
    margin: unset;
}

section#banner > div.container > h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0;
}

@media ( max-width: 1000px ) {

    section#banner {
        height: unset;
    }

    section#banner > div.container > h1 {
        padding: 0.5em 0;
        text-align: center;
    }
}