.nav-tabs-secondary {
  gap: 1.5rem;
  border: none;
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 1px;
  max-width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap;
}

.nav-tabs-secondary .nav-link {
  padding: 1rem 0;
  font-size: 0.825rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-weight: 700;
  color: #262626;
  border: none;
  border-bottom: 0.375rem solid #fff;
  white-space: nowrap;
}

.nav-tabs-secondary .nav-link.active {
  border: none;
  color: #115740;
  border-bottom: 0.375rem solid #115740;
}

.sponsor-img img {
  max-width: 100%;
  height: auto;
}

.quicklinks-anchor {
  margin-top: -200px !important;
  padding-top: 200px !important;
}