.paragraph--type--feature-hero .feature-header h1 { max-width: 500px; }
.paragraph--type--feature-hero .feature-header h1 + h2 { max-width: 460px; }
@media screen and (max-width: 767px) {
  .paragraph--type--feature-hero .feature-header h1 + h2 { max-width: 420px; }
}