#beta-content {
  padding: 160px 0 100px;
  color: #FFF;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  #beta-content {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #beta-content {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#beta-content h1 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 3.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
}
#beta-content h4 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#beta-content p,
#beta-content li {
  margin-bottom: 15px;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
#beta-content sup {
  line-height: 1.3em;
}
#beta-content ul,
#beta-content ol {
  margin-left: 3.5vw;
}
#beta-content ul {
  list-style: disc;
}
#beta-content ol {
  list-style: auto;
}
