.banner {
  align-items: center;
  display: flex;
  min-height: 550px;
  padding: 0px 20px;
  max-width: 1240px;
  margin: auto;
}
/* .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-force-full-width-section.dnd-section.dnd_area-row-0-padding.dnd_area-row-0-background-image>.row-fluid {
/*   background: url("https://26254361.fs1.hubspotusercontent-eu1.net/hubfs/26254361/background-gray%20(1).png/medium.png?t=1681209524018"); 
background-repeat: no-repeat;
background-size: 450px;
background-position: right 100%;
} */
/* .container-fluid>.row-fluid-wrapper>.row-fluid>.span12.widget-span.widget-type-cell {
background: url("https://26254361.fs1.hubspotusercontent-eu1.net/hubfs/26254361/background-white.png/medium.png?t=1681214530476");
background-position: 0 11.6%;
background-repeat: no-repeat;
background-size: 70%;
} */
.footer>.container-fluid>.row-fluid-wrapper>.row-fluid>.span12.widget-span.widget-type-cell{
  background: #343434 ;
}

.banner_heading h1 {
  font-size: 90px!important;
  text-align:left;
  line-height:1.1;
  text-transform: uppercase !important;
    -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(49deg,#d9e333,#eda133);
  -webkit-background-clip: text;
  color: #97979796;
  
  font-family: 'DIN Next,sans-serif' !important;
  font-weight: 700;
  margin-top:40px;

}
.banner_content {
  font-size: 30px;
  color: #fff;
  font-family: 'DIN Next,sans-serif'!important;
  font-weight: 400;
}
.banner_btn {
  background-color: #cedc00;
  width: 30%;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  font-family: 'DIN Next,sans-serif'!important;
  font-weight: 600;
  padding: 10px;
  margin-top: 60px;
}
.banner_btn a {
  text-decoration: none;
}
@media (max-width: 1280px){

 .banner_heading h1{
    font-size: 60px!important;
  }
  

@media (max-width: 1024px){

 .banner_heading h1{
    font-size: 50px!important;
  }

}
@media (max-width: 768px){
  .banner_heading h1{
    font-size: 40px!important;
  }
  .banner_content{
    font-size: 25px;
  }
  .banner_btn{
    font-size: 25px;
  }
}

#hs_cos_wrapper_dnd_area-module-2 .blog-listing__post-content {
  position: relative;
  background: #ed9b33!important;
  top: -212px;
  padding: 20px;
}

@media (max-width: 700px){
  .banner{
    padding: 60px 20px;
  }  
  .banner_heading h1{
    font-size: 55px;    
    word-break: break-word;
  }
}




