/* Mobile-only service hero ordering */
@media(max-width:600px){
  .service-hero{display:flex;flex-direction:column;gap:0}
  .service-hero>div{display:contents}
  .service-hero .eyebrow{order:1;margin:0 0 12px}
  .service-hero h1{order:2;margin:0 0 25px}
  .service-hero figure{order:3;width:100%;margin:0 0 26px}
  .service-hero .lead{order:4;margin:0 0 20px}
  .service-hero .actions{order:5;margin:0}
}
