.NodeForm-header {
  padding: 8rem 0 5rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border-image: linear-gradient(to bottom, var(--gray) 1px, rgba(0, 0, 0, 0) 0) fill 0/0/0 50vw;
}
@media (max-width: 999px) {
  .NodeForm-header {
    padding: 8.4rem 0 5rem;
  }
}
.NodeForm-title {
  max-width: 77.3rem;
  margin-inline: auto;
}
.NodeForm-chapo {
  max-width: 64.5rem;
  margin: 0 auto;
}
.NodeForm-chapo p:last-child {
  margin-bottom: 0;
}
.NodeForm-back {
  position: absolute;
  top: 2rem;
  left: 0;
}
@media (max-width: 999px) {
  .NodeForm-back {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=nodeForm.css.map */
