@media(min-width:721px){
  .hs-proof-numbers article:first-child{grid-column:1/-1;min-height:240px}
}
@media(min-width:1001px){
  .hs-presence{grid-template-columns:minmax(0,1fr) minmax(520px,1fr)}
  .hs-presence>div{padding:clamp(80px,7vw,112px) clamp(48px,5vw,80px)}
  .hs-presence h2{max-width:720px;font-size:clamp(3.4rem,4.6vw,5.5rem);line-height:.9;text-wrap:balance}
}
.hs-presence img{object-position:center 72%;filter:none!important}
@media(max-width:720px){
  .hs-proof-numbers article:first-child{grid-column:auto}
  .hs-presence img{object-position:center 76%}
}
