article.editorial h1 {
  line-height: 0.5;
}
article.editorial p {
  margin: 0;
}
article.editorial .title {
  text-transform: uppercase;
}
article.editorial .subtitle {
  text-transform: none;
}
article.editorial blockquote {
  line-height: 1;
}
article.editorial cite {
  font-style: normal;
}
article.editorial .text-ss-sm-bold-n {
  line-height: 1.2;
}
article.editorial .text-s-sm-normal-n {
  line-height: 1.25;
}
article.editorial .feature-images-wrapper.images-left .feature-image-wrapper {
  text-align: right;
}
article.editorial .feature-images-wrapper.images-center .feature-image-wrapper {
  text-align: center;
}
article.editorial .feature-images-wrapper.images-right .feature-image-wrapper {
  text-align: left;
}
article.editorial .feature-image-wrapper {
  margin-bottom: 1.5rem;
}
article.editorial .feature-image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  article.editorial .feature-image-wrapper img {
    width: auto;
  }
}
article.editorial .feature-image-wrapper:last-child {
  margin-bottom: 0;
}
article.editorial .feature-blockquote p {
  text-transform: uppercase;
}
