.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-copy h1,
.hero-copy .hero-lead {
  margin-left: auto;
  margin-right: auto;
}

.hero-copy .hero-actions,
.hero-copy .trust-row {
  justify-content: center;
}
