.noi-form {
  max-width: 48rem;
  margin: 0px auto;
}
.noi-form h1 {
  background-image: url(https://www.punx.uk/wp-content/uploads/2022/06/sgd.png);
  font-family: gasline;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 1rem;
  background-repeat: repeat-x;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-position: 100% 100%;
}
.noi-form-content {
  width: 100%;
}
.noi-form-content h2 {
  font-family: "Special Elite";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 1rem;
  width: 100%;
  border-bottom: 1px dotted #000;
  margin-bottom: 1rem;
}

