.container.header__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: blue;
    max-height: 100px;
    width: 100%;
}

.site-header{
    display: flex;
    width: 100%;
}