.langSelector{
    display: flex;
    justify-content: space-between;
    width: 90px;
    align-items: center;
    margin-left: 10px;
}

.toggle-span{ cursor: pointer;}
.toggle-span.active {
    font-weight: bold;
}
.fa-language{ margin-left: 10px; color: #0c426d; font-size: 20px;}

@media (max-width: 667px){
    .langSelector{ margin-left: inherit;}
}