.auron-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.auron-hero-copy .auron-hero-badge {
  margin: 0 0 18px;
}

.auron-hero-copy .auron-hero-title {
  margin: 0;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.auron-hero-copy > p {
  margin: 22px auto 0;
  max-width: 780px;
  line-height: 1.45;
}

.auron-hero-copy > .mt-10 {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .auron-hero-copy .auron-hero-badge {
    margin-bottom: 14px;
  }

  .auron-hero-copy .auron-hero-title {
    max-width: 12ch;
    line-height: 1.06;
  }

  .auron-hero-copy > p {
    margin-top: 18px;
  }
}
