.approch-hero-main{
  background-image: 
  url("/hubfs/143386743/In-Hand/approach-banner1.png"),
  url("/hubfs/143386743/In-Hand/approach-banner2.png");

      background-position: 0 0, 100% 56%;
  background-repeat: no-repeat, no-repeat;
      background-size: 540px 50%, 670px 71%;
}
.fw-400{
font-weight: 400
}
.fw-500{
font-weight: 500
}
.fs-body-large{
font-size: var(--fs-body-lg);
}
.home-hero-spacer{
  padding-top: 85px;
}

@media (max-width: 575px) {
  .home-hero-spacer {
    padding-top: 55px;
  }
  .approch-hero-main{
    background-image: 
        background-size: 240px 50%, 370px 71%;
  }
}
@media (max-width: 992px) {
  .home-hero-spacer {
      padding-top: 75px;
  }
    .approch-hero-main{
      background-image: 
          background-size: 340px 50%, 470px 71%;
    }
}