.license {
  color: var(--font-color);
  font-family: system-ui, sans-serif;
  line-height: 1.5;
}

.license h4 {
  margin: 0 0 .6rem 0;
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--font-color);
}

.license ol {
  margin: 0;
  padding-left: 1.2rem;
}

.license li {
  margin: .7rem 0;
}

.license h5 {
  margin: 0;
  font-size: .92rem;
  font-weight: 650;
  color: var(--font-color);
}

.license p {
  margin: .25rem 0 0 0;
  font-size: .88rem;
  font-weight: 450;
  color: var(--font-color);
}
