.thank-you {
  background-color: var(--white);
}

.thank-you .error-404__container {
  align-items: center;
  text-align: center;
}

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

.thank-you__logo-img {
  height: 8.2rem;
  width: auto;
}

.thank-you__heading {
  margin-top: 0;
  text-align: center;
  max-width: 100%;
}

.thank-you__lede {
  text-align: center;
  max-width: 65ch;
  font-size: var(--text-l);
}

.thank-you .error-404__btn {
  margin-top: var(--space-m);
}
