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

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

.thankyou-card {
  max-width: 640px;
  margin-inline: auto;
  padding: var(--space-8) var(--space-6);
  border-radius: var(--radius-2xl);
}

.thankyou-header {
  text-align: center;
  margin-bottom: var(--space-5);
}

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

.thankyou-body {
  text-align: left;
  font-size: var(--font-size-md);
}

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

.thankyou-actions {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
}

.thankyou-btn-main,
.thankyou-btn-secondary {
  min-width: 190px;
}

@media (max-width: 575.98px) {
  .thankyou-card {
    padding: var(--space-6) var(--space-4);
  }

  .thankyou-body {
    text-align: left;
  }
}
