.wizard-header {
    display: flex;
    justify-content: space-between;
    padding: 19px 16px;
}

@media (min-width: 1500px) {
    .wizard-header {
        padding: 40px;
        position: fixed;
        right: 0;
        align-items: center;
    }
}

.wizard-header__logo {
    max-width: 150px;
}

.wizard-header__logo--desktop {
    display: none;
}

@media (min-width: 1500px) {
    .wizard-header__logo--mobile {
        display: none;
    }

    .wizard-header__logo--desktop {
        display: inline;
    }
}

.wizard-header__language-selector {
    padding: 8px;
    border: none;
    font-size: 1rem;
    background: none;
    color: black;
}

@media (min-width: 1500px) {
    .wizard-header__language-selector {
        margin-right: 100px;
    }
}

.wizard-header__language-selector option {
    color: black;
}
