.thanks-page {
  background: #f8f8f8;
}

.thanks-page__title {
  font-weight: 500;
}

.thanks-page__content h1 {
  font-weight: 400;
}

.thanks-page__content p {
  line-height: 2;
}

.thanks-page__content a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000000;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .thanks-page {
    padding-block: 20rem 20rem;
  }

  .thanks-page__title {
    font-size: 7.6rem;
    padding-left: 12rem;
  }

  .thanks-page__content {
    text-align: center;
    margin-top: 10rem;
  }

  .thanks-page__content h1 {
    font-size: 3.2rem;
  }

  .thanks-page__content p {
    font-size: 1.6rem;
    margin-top: 8rem;
  }

  .thanks-page__content a {
    padding-block: 3.4rem;
    margin: 10rem auto 0;
    width: 36rem;
  }
}

@media screen and (max-width: 767px) {
  .thanks-page {
    padding: 20rem 4rem 0;
    height: 100lvh;
  }

  .thanks-page__title {
    font-size: 4rem;
  }

  .thanks-page__content {
    margin-top: 8rem;
  }

  .thanks-page__content h1 {
    font-size: 2.4rem;
  }

  .thanks-page__content p {
    font-size: 1.2rem;
    margin-top: 4rem;
  }

  .thanks-page__content a {
    padding-block: 2.4rem;
    margin: 8rem auto 0;
  }
}
