/* ============================================================
   MOBILE FIXES — added on top of assets/css/style.css
   Small, targeted fixes outside the header. Kept in its own file
   so it's obvious this isn't part of the header change.
   ============================================================ */

/* The "Building Excellence, Delivered Properly" headline (and the
   paragraph/buttons under it) sits right against the screen edge on
   mobile. Reinforcing the side padding directly, in case something
   is overriding the site's normal .wrap padding at this width. */
@media (max-width: 760px) {
  .heroband .in {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
