.Header__menuList {
  gap: 20px;
}
.Header__tabsTab {
  max-width: none;
  white-space: nowrap; 
  overflow: visible;
  text-overflow: initial;
}

.Header__tabsTab:hover {
  border-radius: 4px;
}


