.selected_lang{
 position: relative;
 color: #f3f3f3;
}

.selected_lang:hover{
color: #2E8B57;
}


.selected_lang img{
margin-top: -.3em;
}


@media (max-width: 768px) {

 .header_lang_menu{
  margin-left: .7em;
}

}