/* Keep centered editorial heroes geometrically centered at every viewport. */
.hero > .container:not(.hero-grid) h1{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.treatment-hub-hero,
.treatment-hub-hero .container{
  text-align:center;
}

.treatment-hub-hero h1,
.treatment-hub-hero .lead{
  margin-left:auto;
  margin-right:auto;
}

.treatment-hub-hero .hero-actions{
  justify-content:center;
}
