.editorialIntroText p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .editorialIntroText p {
    font-size: 2rem;
    line-height: 1.5;
  }
}

