.thankyou-section {
  padding-top: var(--space-13);
  padding-bottom: var(--space-13);
}

.thankyou-container {
  max-width: 640px;
  text-align: center;
}

.thankyou-header {
  margin-bottom: var(--space-7);
}

.thankyou-title {
  margin-bottom: var(--space-3);
}

.thankyou-lead {
  font-size: var(--font-size-lg);
  color: var(--gray-700);
}

.thankyou-body {
  margin-bottom: var(--space-8);
}

.thankyou-body p {
  margin-bottom: var(--space-4);
  color: var(--gray-700);
}

.thankyou-next {
  font-weight: 500;
}

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

@media (max-width: 600px) {
  .thankyou-section {
    padding-top: var(--space-11);
    padding-bottom: var(--space-11);
  }

  .thankyou-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
