.lang-switcher {
display: flex;
gap: 15px;
justify-content: right;
margin-right: 5%;
margin-top: 2%;
}
.lang-switcher img {
width: 30px;
height: 20px;
}
#Line13 {
display:none !important;
}
@media(max-width:500px) {
.lang-switcher {
justify-content: center;
margin-right: 0;
margin-top: 5%;
}
}