body {
  padding-top: 20px;
}

.knomad-back-link-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.knomad-back-link {
  padding: 3px 15px;
  background: #0390d2;
  color: #fff;
  text-decoration: none;
  margin-top: 5px;
  clear: both;
  height: 26px;
  display: flex;
  align-items: center;
  font-size: 12px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
}

.knomad-back-link:hover {
  background-color: #1e285a;
}

.w-dropdown-toggle,
.w-nav-link {
  padding-top: 14px;
  padding-bottom: 14px;
}


/* responsive */
@media only screen and (min-width: 1101px) {
  .hero-button {
    line-height: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .knomad-back-link-wrapper {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -13px;
  }
}
