.jump-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-block: 85px;
}
@media (max-width: 575px) {
  .jump-links {
    flex-direction: column;
    margin-block: 50px;
  }
}

.jump-links__lead-in {
  margin-right: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
}

.jump-links__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 48px;
  row-gap: 20px;
}
@media (max-width: 575px) {
  .jump-links__buttons {
    flex-direction: column;
  }
}

.jump-links__button {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #CB202C;
  border-radius: 3px;
  color: #CB202C;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 300ms ease, color 300ms ease;
}
.jump-links__button:hover {
  background-color: #CB202C;
  color: #ffffff;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
