.flex_layout.hero_text {
  text-align: center;
  padding-block: 150px;
  color: #ffffff;
}
.flex_layout.hero_text .hero-cta__button {
  margin-inline: auto;
  margin-top: 2em;
}

.flex_layout.hero_text h1 {
  margin-bottom: 14px;
}

body:has(.flex_layout.documents_grid) .flex_layout.hero_text {
  color: rgba(255, 255, 255, 0.21);
}
