#licensing p,
#eula p {
  max-width: 56rem;
}

#licensing h1:first-child {
  margin-top: 0.5em;
}

#licensing li,
#eula li {
  list-style-type: square;
  line-height: 1.5;
  font-size: 16px;
}

#licensing strong,
#eula strong {
  font-weight: 400;
  font-style: italic;
}

#licensing h2,
#eula h2 {
  font-size: 18px;
  font-family: miller-display;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 1.5em;
}

#licensing h3,
#eula h3 {
  font-size: 20px;
  font-family: miller-display;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: -0.4em;
}

@media screen and (min-width: 55em) {
  #licensing h2,
  #eula h2 {
    font-size: 28px;
  }

  #licensing h3,
  #eula h3 {
    font-size: 28px;
  }

  #licensing li,
  #eula li {
    font-size: 18px;
  }
}
