HTML {
  background-color: #FFF !important;
}
.noi-breadcrumb {
  width: 100%;
  max-width: 1420px;
  margin: 0px auto;
  display: block;
  padding: 2rem 1rem;
  font-family: "Fira Code";
  font-size: 0.8rem;
}
.noi-breadcrumb div {
  width: 100%;
}
.noi-breadcrumb nav {
  text-align: right;
  width: 100%;
  color: #000 !important;
}
.font-1 {
  font-family: gasline;
}
.font-2 {
  font-family: "Special Elite";
  text-transform: uppercase;
}
.pnx-underline {
  background-image: url(https://www.punx.uk/wp-content/uploads/2022/06/sgd.png);
  background-position: 100% 100%;
  background-repeat: repeat-x;
}
.pnx-underline2 {
  background-image: url(https://www.punx.uk/wp-content/uploads/2022/06/sgd.png);
  background-position: 0% 100%;
  background-repeat: repeat-x;
}
.pnx-underline-sm {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.noi-pagecontent {
  max-width: 50rem;
  margin: 0px auto;
}
.noi-pagecontent h1 {
  font-family: gasline;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 1rem;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-align: center;
}
.noi-pagecontent h2 {
  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-pagecontent h3 {
  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;
}
.noi-pagecontent p {
  margin-bottom: 1rem;
}
.noi-pagecontent a {
  border-bottom: 1px dotted rgba(50, 50, 50, 0.9);
  font-weight: 500;
}
.noi-pagecontent a:not([href]) {
  border-bottom: unset;
}
.noi-pagecontent a:not([href]):hover {
  color: unset;
}

