/* Shared model/proof section only: calibrated title-to-copy spacing.
   Covers Coverage model, Investigation model, Response model, Operating model, Monitoring model, etc.
   Target the H2 directly because WordPress/Avada may output an auto-closed paragraph between the eyebrow and H2. */
body.xdr-has-feature-proof-section .xdr-home-vembu .xdr-feature-proof h2 {
  margin-bottom: 26px !important;
}
body.xdr-has-feature-proof-section .xdr-home-vembu .xdr-feature-proof h2 + p,
body.xdr-has-feature-proof-section .xdr-home-vembu .xdr-feature-proof h2 + .xdr-copy,
body.xdr-has-feature-proof-section .xdr-home-vembu .xdr-feature-proof h2 + .xdr-lead {
  margin-top: 0 !important;
}
@media (max-width: 800px) {
  body.xdr-has-feature-proof-section .xdr-home-vembu .xdr-feature-proof h2 {
    margin-bottom: 21px !important;
  }
}
