.lang-top-bar{
  background-color: #f4f4f4;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:10px;
  padding:15px;
}
.lang-top-bar img{
    width:24px;
    height:24px;
}