.header--thankyou {
  height: 100vh;
  padding-bottom: 0;
}
.nav--thankyou {
  text-align: center;
}
.thank-you__section {
  padding: 3.5em;
}
.thank-you {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.thank-you img {
  margin-bottom: 32px;
  height: 140px;
}
.thank-you .thank-you__disclaimer {
  color: #284679;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.thank-you .want-more {
  margin-bottom: 70px;
}
