.secondaryNav {
  width: 100%;
}
.secondaryNavigation {
  width: 100%;
  max-width: 1180px;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
}
.secondaryNavigation .link {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.1px;
  word-spacing: 0.1px;
  display: block;
  text-decoration: none;
  line-height: 44px;
  font-weight: 700;
  border-top-style: solid;
  border-top-width: 4px;
  text-align: center;
}
