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

.thank-you-section {
  width: 100%;
  padding-block: var(--space-20);
}

.thank-you-container {
  max-width: 760px;
  text-align: center;
}

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

.thank-you-lead {
  font-size: var(--font-size-lg);
  color: var(--color-text);
  margin-bottom: var(--space-4);
}

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

.thank-you-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  justify-content: center;
  align-items: center;
}

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

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