header {
    background-color: #F2F4F8;
}

header .header-container {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
}

header img {
    height: 39px;
}


    /* Desktop Version */
    @media screen and (min-width: 992px) {
        header .header-container {
            justify-content: flex-start;
        }

        header img {
            height: 91px;
        }
    }