.thank-you {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 160px);
}

.thank-you__container {
  display: flex;
  justify-content: center;
}

.thank-you__card {
  max-width: 720px;
  width: 100%;
}

.thank-you__content {
  margin-left: auto;
  margin-right: auto;
}

.thank-you__lead {
  font-size: var(--font-size-lg);
  margin-left: auto;
  margin-right: auto;
}

.thank-you__actions {
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .thank-you {
    padding-top: var(--space-12);
    padding-bottom: var(--space-12);
  }

  .thank-you__card {
    padding: var(--space-5);
  }

  .thank-you__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .thank-you__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
