.header{
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-end !important;
    flex-direction: row !important;
}
.logo{
    background-image: url("../../image/wm/logos/header-logo.png");
    background-repeat: no-repeat;
    width: 240px;
    height: 90px;
    margin: auto 0;
}