/* One shared size and border treatment for all five service heroes. */
:is(#aircon,#electrical,#mechanical,#custom,#additional) > .service-section-hero {
  box-sizing:border-box;
  width:100%;
  height:360px;
  min-height:360px;
  margin:0;
  border:0;
  border-top:1px solid var(--yellow);
  border-bottom:1px solid var(--yellow);
}
/* Allow Air-Con copy to grow at enlarged text settings without clipping. */
#aircon > .service-section-hero {
  height:auto;
}
#aircon > .service-section-hero .aircon-hero-copy {
  padding-bottom:28px;
}
:is(#aircon,#electrical,#mechanical,#custom,#additional) > .service-section-hero > img {
  width:100%;
  max-width:none;
  height:100%;
  object-fit:cover;
}
