.dropbtn {
    background-color: rgba(255,255,255,.1);
    color: white;
    font-size: 10px;
    border: none;
    cursor: pointer;
    border-radius:23px;
    line-height: .53rem;
}

.dropdown {
    position: absolute;
    display: inline-block;
    float: right;
    position: absolute;
    top: 0;
    right: 1rem;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 200px;
    z-index: 1;
    height: auto;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    width: 100%;
}
.dropdown-content a span{
   font-size: 13px;
   align: center;
}
.dropdown-content a img{
    display: inline;
    width: 20px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.lang-choose span {
    display: inline-block;
    padding: 8px 10px;
    background: #f0f2f7;
    color: #555555;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    width: 149px;
    text-align: center;
}

    .lang-bg{
        width: 500px;
        margin: 0 auto;
    }
@media(max-width:600px){
    .lang-bg{
        width: unset;
        margin: 0 auto;
    }
}