.c-page__container {
  max-width: 800px;
  background: white;
  margin: auto;
  padding: 48px 56px;
}
.c-page__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 46.34px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #111928;
  margin-top: 152px;
}
.c-page__note {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #111928;
  margin-top: 32px;
}
.c-page__note--small {
  font-size: 12px;
  font-weight: 400;
  line-height: 17.38px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #6B7280;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .c-page__title {
    margin-top: 22px;
    font-size: 24px;
  }

  .c-page__note {
    font-size: 14px;
    text-align: left;
  }

  .c-page__note--small {
    text-align: left;
  }
}
