/* V33 — About Us correction: reliable local hero + approved visual details */
body:has(.about-v31-shell) .about-v31-hero::after{
  background-image:var(--about-hero) !important;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
body:has(.about-v31-shell) .about-v31-symbol{
  border:0;
  border-radius:0;
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
}
body:has(.about-v31-shell) .about-v31-symbol svg{
  width:54px;
  height:54px;
  fill:none;
  stroke:#d89a25;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body:has(.about-v31-shell) .about-v31-side-card.story img{
  object-position:center;
}
body:has(.about-v31-shell) .about-v31-service-grid img{
  object-position:center;
}
@media(max-width:760px){
  body:has(.about-v31-shell) .about-v31-symbol{width:48px;height:48px}
  body:has(.about-v31-shell) .about-v31-symbol svg{width:46px;height:46px}
}
