/* Leadways V66 — keep V65 agent size, add safe vertical separation from hero CTA */
.home-v48 .home-team-stage{
  margin:clamp(46px,4.2vw,72px) auto 0!important;
}

@media (max-width:1399px) and (min-width:981px){
  .home-v48 .home-team-stage{
    margin-top:clamp(40px,4vw,58px)!important;
  }
}

@media (max-width:980px){
  .home-v48 .home-team-stage{
    margin-top:34px!important;
  }
}

@media (max-width:640px){
  .home-v48 .home-team-stage{
    margin-top:26px!important;
  }
}

@media (max-width:420px){
  .home-v48 .home-team-stage{
    margin-top:22px!important;
  }
}
