.hero-tech {
    display: flex;
    justify-content: center;
    position: relative;
}
  .hero-tech div {
    max-width: 50%;
    max-height:650px;
}
.hero-tech h1>span{
background:transparent!important;
font-weight:500;
}
.hero-tech-left{
 display: grid;
  place-content: center;
  display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 125px;
}
.hero-tech-image{
background: url("https://19612594.fs1.hubspotusercontent-na1.net/hubfs/19612594/Screenshot%202024-09-30%20at%209.25.40%20AM.png")  center center/cover no-repeat;

}
.hero-tech img{
width:100%;
      height: 100%;
    object-fit: cover;
  object-position:top;
  
}
@media ( max-width:1200px ) {
  .hero-tech-left{
  padding:20px;
  }
}

@media (max-width: 967px) {
  .hero-tech img{
  display:none;
  }
  .hero-tech div {
    max-width: 100%;
}
  .hero-tech-left{
    padding:50px;
}
    .hero-tech h1>span{
  padding:0px!important;
  }
