.thank-you-hero {
  min-height: calc(100vh - 220px);
  display: flex;
  align-items: center;
}

.thank-you-wrapper {
  width: 100%;
  max-width: 860px;
}

.thank-you-card {
  text-align: left;
}

.thank-you-card .hero-subtitle {
  max-width: 100%;
}

@media (max-width: 767px) {
  .thank-you-hero {
    min-height: auto;
    padding-top: var(--space-12);
    padding-bottom: var(--space-12);
  }
}
