/* v175 — homepage tune
   - move left feature intro up while keeping CTA anchored low
   - give Editor's Note headline more right-side breathing room */

.hero-grid > .lead{
  justify-content:flex-start !important;
  padding:34px 38px 36px !important;
}
.hero-grid > .lead .kicker{
  margin:0 0 18px !important;
}
.hero-grid > .lead h1{
  margin:0 0 18px !important;
  max-width:520px !important;
}
.hero-grid > .lead p{
  margin:0 !important;
  max-width:460px !important;
}
.hero-grid > .lead .hero-cta{
  margin-top:auto !important;
}

.hero-grid > .bg164-editor-note{
  padding:36px 42px 34px 34px !important;
}
.bg164-editor-title{
  display:block !important;
  width:100% !important;
}
.bg164-editor-title h2{
  box-sizing:border-box !important;
  width:100% !important;
  max-width:100% !important;
  padding-right:16px !important;
  margin:0 0 20px !important;
}

@media (max-width: 1420px){
  .hero-grid > .lead{
    padding:32px 32px 34px !important;
  }
  .hero-grid > .bg164-editor-note{
    padding:34px 36px 32px 30px !important;
  }
  .bg164-editor-title h2{
    padding-right:12px !important;
  }
}

@media (max-width: 900px){
  .hero-grid > .lead,
  .hero-grid > .bg164-editor-note{
    padding:30px 24px !important;
  }
  .bg164-editor-title h2{
    padding-right:0 !important;
  }
}
