p.has-large-font-size strong {
  color: #1e73be;
}
p.has-large-font-size {
  margin: 0rem auto;
  max-width: 72rem;
  width: auto;
  font-size: 1.5rem;
  line-height: 2em;
  font-weight: 300;
}
@media (max-width:959px) {
  p.has-large-font-size {
    max-width: 90vw;
    width: auto;
  }
}
p.has-regular-font-size {
  margin: 0rem auto;
  max-width: 72rem;
  width: auto;
  font-size: 1.125rem;
  line-height: 2em;
  font-weight: 300;
}
@media (max-width:959px) {
  p.has-regular-font-size {
    max-width: 90vw;
    width: auto;
  }
}
p.has-small-font-size {
  margin: 0rem auto;
  max-width: 72rem;
  width: auto;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 300;
}
@media (max-width:959px) {
  p.has-small-font-size {
    max-width: 90vw;
    width: auto;
  }
}
/*# sourceMappingURL=./style.css.map */