.hn-terms-main-container-outer {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.hn-terms-main-container-inner {
  padding: 60px;
  border: 1px solid #ccc;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center
  max-width: 1440px;
  width: 100%;
}

.terms-banner-outer {
  margin-bottom: 60px;
}

.terms-blurb {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.terms-section {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.terms-content h1 {
  font-size: 2em;
  line-height: 1em;
  color: #373737;
  margin: 0 0 2em;
  font-weight: 800;
}

.terms-section h2 {
  font-size: 1.143em;
  line-height: 1em;
  color: #373737;
  margin: 0 0;
  font-weight: 800;
}

.terms-section .terms-blurb p,
.terms-content li p {
  font-size: 1.143em;
  line-height: 1.4em;
  color: #373737;
  margin: 0 0 0.5em;
  font-weight: 400;
}

.terms-list ol {
  list-style-type: decimal;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .hn-terms-main-container-inner {
    padding: 40px 30px;
  }

  .terms-banner-outer {
    margin-bottom: 40px;
  }
}

