.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8rem 0;
}

.hero__content {
  text-align: center;
}

.hero__content > * {
  margin: 0;
}

.hero__heading {
  font-size: 3rem;
}

.hero__text {
  font-size: 2rem;
}
