.nw-navigation {
  display: flex;
  margin: 0 auto;
}

.nw-navigation-list {
  justify-content: space-evenly;
  display: flex;
  margin: 0;
  width: 100%;
  min-height: 44px;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  letter-spacing: 1.5px;
}
