#services-hero {
  background-color:var(--color-bg-soft);
  background-image:linear-gradient(90deg,rgb(245 247 250 / .98) 0%,rgb(245 247 250 / .92) 55%,rgb(245 247 250 / .24) 100%),url("../../images/backgrounds/bim-collaboration.webp");
  background-position:center right;
  background-size:cover
}

#services-positioning .band {
  max-width:58rem
}
#services-workflow-review .pill {
  background:white;
  color:var(--color-primary)
}
#services-not-included .card {
  border-left:3px solid var(--color-warning)
}
#services-deliverables .steps strong {
  color:var(--color-primary)
}

@media(max-width:767px) {
  #services-hero {
    background-image:linear-gradient(rgb(245 247 250 / .9),rgb(245 247 250 / .9)),url("../../images/backgrounds/bim-collaboration.webp")
  }
}
#services-team-consulting .service-evidence-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  margin-top:1rem
}
#services-team-consulting figure {
  position:relative;
  margin:0;
  overflow:hidden;
  border-radius:var(--radius-md);
  aspect-ratio:4 / 3;
  background:var(--color-surface-tint)
}
#services-team-consulting figure img {
  width:100%;
  height:100%;
  object-fit:cover
}
#services-team-consulting figcaption {
  position:absolute;
  inset:auto 0 0;
  padding:1.35rem 1rem .85rem;
  background:linear-gradient(transparent,rgb(9 26 50 / .88));
  color:white;
  font-size:var(--font-size-sm);
  font-weight:700
}