.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 4em;
    background-color: white;
    height: 90px;
    background: none !important;
    background-size: cover;
    min-width: 100%;
}