#content p.is-style-lead,
.block-editor p.is-style-lead {
  font-weight: 300;
  font-size: 26px !important;
  line-height: 1.3 !important;
  word-spacing: -.03em;
  letter-spacing: .015em;
  margin-bottom: 50px;
}

#content p.is-style-lead strong {
  font-weight: 300;
}

@media only screen and (max-width: 600px) {
  #content p.is-style-lead,
.block-editor p.is-style-lead {
  font-size: 23px !important;
}
}

@media only screen and (max-width: 400px) {
  #content p.is-style-lead,
.block-editor p.is-style-lead {
  font-size: 20px !important;
}

}