/* English HOME mobile spacing repair — 2026-08-20 */
@media (max-width: 800px) {
  body.homePage section.promise .promiseImg > .promisePhotoHeading {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 44px 24px 10px !important;
  }

  body.homePage section.promise .promiseImg > .promisePhotoHeading .eyebrow,
  body.homePage section.promise .promiseImg > .promisePhotoHeading h2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }

  body.homePage section.promise .promiseCopy {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  /* Remove the old negative overlap that pulls Executive Transfer into the photo/caption. */
  body.homePage section.homeServiceChoice {
    margin-top: 0 !important;
    padding-top: 36px !important;
  }

  body.homePage section.homeServiceChoice .homeExecutiveOnly,
  body.homePage section.homeServiceChoice .experienceCard,
  body.homePage section.homeServiceChoice .experienceCopy {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.homePage section.homeServiceChoice .experienceCopy {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 34px !important;
  }

  body.homePage section.homeServiceChoice .experienceCopy > p,
  body.homePage section.homeServiceChoice .experienceCopy > h3,
  body.homePage section.homeServiceChoice .experienceCopy > span,
  body.homePage section.homeServiceChoice .experienceCopy > a {
    max-width: 100% !important;
  }
}
