
  .swiper {
  width: 100%;
  height: 600px;
}
.slide{
display:flex;
  position:relative;
  justify-content: center;
}
.slide div{
max-width:50%;
}
.slide h1>span{
background:transparent!important;

}
.slide-left{
padding:5% 9%;
max-width:500px;
}
.slide-one-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;

}
.slide img{
    display:block;
max-width:100%;
     height: 100%;
    object-fit: cover;
  
}
.slide-one {
   background-color:#1B2430;
}
.slide-two img, .slide-three img{
max-width: 500px;
    max-height: 384px;
    margin: 70px 70px 70px 0px;
}
.slide-two .hs-button{
background: transparent;
    color: #e66338;
}
.slide-two{
background: url("https://19612594.fs1.hubspotusercontent-na1.net/hubfs/19612594/Screenshot%202024-09-30%20at%209.35.51%20AM.png")  center center/cover no-repeat;
height:613px;

}
.slide-three{
background: url("https://19612594.fs1.hubspotusercontent-na1.net/hubfs/19612594/Screenshot%202024-10-10%20at%2010.39.10%20PM.png")  center center/cover no-repeat;
height:613px;
}
.slide-three-left h1, .slide-three-left p{
color:#000!important;
}
.swiper-pagination-bullet-active{
background:#e66338;
}
 .swiper-button-prev::after,.swiper-button-next::after{
color:#e66338;
}
/* .swiper-pagination-bullets{
background: #fff;
    margin: -10px;
    width: 101%!important;
}
 */

@media screen and (max-width: 999px) {

  .slide-left{
    padding:5% 11%;!important
  }
}