.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E5E7EB;
  height: 71px;
  padding: 0 40px;
}

.language-switcher-button {
  all: unset;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}