.btn-lang {
    background: #EDEDED !important;
    border-radius: 45px !important;
    border: none !important;
    height: 50px;
    font-style: normal;
    font-weight: 350;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
    color: black;
}

.btn-lang:focus {
    outline: none;
    box-shadow: none !important;
}

.lang-dropdown {
    background: #EDEDED;
    border: none !important;
    font-family: 'GothamRounded-Medium';
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
    border-radius: 15px !important;
}

.dropdown-menu-mobile {
    min-width: 0 !important;
    left: 15px !important;
}