@media screen and (max-width: 767px) {
  div.legal-container {
    margin: 40px 16px 96px 16px;
    padding: 0px 0px 0px 0px;
    width: auto;
  }

  div.article {
    width: 100%;
  }
  
  div.article h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
  }
  
  div.article h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  }
  
  div.article p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  }
  
  .article ul {
  font-size: 20px !important;
  line-height: 28px !important;
  padding-left: 32px !important;
  margin-bottom: 20px !important;
}
}

@media (max-width: 1024px) and (min-width: 768px) {
  div.legal-container {
    margin: 40px 40px 96px 40px;
    padding: 0px 0px 0px 0px;
    width: auto;
  }
  div.article {
    width: 100%;
  }
}

@media (max-width: 1440px) and (min-width: 1024px) {
  div.legal-container {
    width: auto;
    margin: 40px 40px 144px 40px;
    padding: 0px 0px 0px 0px;
  }
}

.legal-container {
  width: 1360px;
  margin: 40px auto 144px auto;
  padding: 0px 40px 0px 40px;
}

.article {
  width: 60%;
}

ul {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 24px !important;
  line-height: 32px !important;
  text-align: left;
  list-style-type: none;
  padding-left: 40px !important;
  margin-top: 0px;
  margin-bottom: 24px !important;
}

p {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 24px;
}

h4 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 24px;
}

h1 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 72px;
  line-height: 80px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 48px;
}

.a-link:link {
  color: #6202ee;
  text-decoration: none;
  border-bottom: 1px solid #6202ee;
}

/* visited link */
.a-link:visited {
  color: #6202ee;
  text-decoration: none;
  border-bottom: 1px solid #6202ee;
}

/* mouse over link */
.a-link:hover {
  color: #6202ee;
  text-decoration: none;
  border-bottom: none;
}

/* selected link */
.a-link:active {
  color: #6202ee;
  text-decoration: none;
  border-bottom: 1px solid #6202ee;
}