@media (max-width: 575.98px) {
    .lang-select {
        border: 0ch;
        border-width: 0px;
        outline: none;
        height: 40px;
        padding: 4px 10px 4px 20px;
    }
}


@media (min-width: 576px) {
    .lang-select {
        border: 0ch;
        border-width: 0px;
        outline: none;
        height: 40px;
        padding: 4px 10px 4px 20px;
    }
}