.nf__inner {
  margin-inline: auto;
  width: 90%;
  max-width: 900px;
}
.nf__container {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .nf__container {
    margin-bottom: 5rem;
  }
}
.nf__lead {
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  font-size: 2.8rem;
  text-align: center;
}
.nf__lead::before, .nf__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.nf__lead::before {
  margin-block-end: calc((1 - 1.7857142857) * 0.5em);
}
.nf__lead::after {
  margin-block-start: calc((1 - 1.7857142857) * 0.5em);
}
@media screen and (max-width: 768px) {
  .nf__lead {
    font-size: 2rem;
    text-align: left;
  }
}
.nf__text {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 3rem;
  text-align: center;
}
.nf__text::before, .nf__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.nf__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.nf__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .nf__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.nf__btn {
  margin-top: 5rem;
  margin-inline: auto;
}
/*# sourceMappingURL=style.css.map */
