/* Leadways V67 — keep V65/V66 large agents, move the whole team stage lower to clear CTA */
.home-v48 .home-team-stage{
  margin:clamp(96px,7vw,132px) auto 0!important;
}

@media (min-width:1400px){
  .home-v48 .home-team-stage{
    margin-top:clamp(108px,7.5vw,142px)!important;
  }
}

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

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

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

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