.thank-you-section {
  padding-block: var(--space-12);
}

.thank-you-container {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

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

.thank-you-lead {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
}

.thank-you-body {
  margin-bottom: var(--space-8);
  text-align: left;
}

.thank-you-body p:last-of-type {
  margin-bottom: 0;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-4);
}

@media (max-width: 640px) {
  .thank-you-section {
    padding-block: var(--space-8);
  }

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