
/* V11 — team photos and smaller services CTA */

.mini-team-photo,
.founder-photo {
  background-size: cover !important;
  background-position: center 18% !important;
  background-repeat: no-repeat !important;
}

.services-cta h2 {
  max-width: 720px !important;
  font-size: clamp(30px, 3vw, 43px) !important;
  line-height: 1.06 !important;
}

@media (max-width: 768px) {
  .mini-team-photo,
  .founder-photo {
    background-position: center 15% !important;
  }

  .services-cta h2 {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }
}
