.switch-language{
    background-color: #FAFAFA;
    display:flex;
    justify-content: flex-end;
    padding-right: 54px;
}

@media only screen and (max-width: 768px) {
    .switch-language {
        padding-right: 24px;
    }
}

.switch-language .separator {
    padding: 0 10px;
}

.switch-language a{
    color: #000000;
}

.switch-language a:hover{
    color: #2C30DD;
}

.current-language-switch{
    font-weight: bold;
}
