.hero-alt {
  margin-top: 0;
}
.hero-alt_back-link {
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-bottom: 30px;
  margin-top: 1rem;
}
@media only screen and (min-width: 770px) {
  .hero-alt_back-link {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-alt_back-link {
    margin-bottom: 0px;
  }
}
.hero-alt_back-link svg {
  height: 8px;
  width: 8px;
}
.hero-alt-heading {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 770px) {
  .hero-alt-heading {
    align-items: center;
  }
}
.hero-alt-heading h1 {
  display: inline-block;
}
.hero-alt-heading_intro-text {
  max-width: 538px;
  line-height: 21px;
  margin-top: 11px;
  margin-bottom: 0;
}
@media only screen and (min-width: 770px) {
  .hero-alt-heading_intro-text {
    text-align: center;
  }
}
.hero-alt-custom-bullets {
  margin-top: 20px;
}
.hero-alt-custom-bullets ul {
  display: flex;
  -moz-column-gap: 33px;
       column-gap: 33px;
  row-gap: 10px;
  max-width: 700px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 770px) {
  .hero-alt-custom-bullets ul {
    justify-content: center;
  }
}
.hero-alt-custom-bullets li {
  font-weight: bold;
  list-style: none;
}
@media only screen and (max-width: 769.98px) {
  .hero-alt-custom-bullets li {
    flex-basis: 100%;
  }
}
.hero-alt-custom-bullets li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 11px;
  width: 5px;
  border-bottom: 3px solid var(--accent-2-color);
  border-right: 3px solid var(--accent-2-color);
  border-radius: 2px;
  margin-right: 10px;
}
