/*===========================================================================*/
/*  function  */
/*===========================================================================*/
.no-page {
  padding-top: 16.2rem;
  padding-bottom: 20rem;
}
.no-page__title {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4rem;
  text-align: center;
}
.no-page__description {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.28px;
  margin-bottom: 6.5rem;
}
.no-page__link {
  justify-content: center;
}

@media (max-width: 900px) {
  .no-page {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .no-page__title {
    font-size: 5.2rem;
    line-height: 1.24;
    margin-bottom: 3rem;
  }
  .no-page__description {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.24px;
    margin-bottom: 3rem;
    font-feature-settings: "palt" on;
  }
  .no-page__link {
    justify-content: center;
    text-decoration: underline;
  }
}
