.thank-you-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-container {
  max-width: 640px;
}

.thank-you-header {
  margin-bottom: var(--space-24);
}

.thank-you-body {
  text-align: center;
}

.thank-you-body p {
  margin-top: var(--space-12);
  margin-bottom: var(--space-12);
}

.thank-you-cta-group {
  margin-top: var(--space-32);
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px) {
  .thank-you-cta-group {
    flex-direction: row;
  }
}

.thank-you-cta-group .btn {
  min-width: 220px;
}
