.section-form-with-image-alt{
  margin-top:60px;
  margin-bottom:30px;
}
.section-form-with-image-alt_container{
  display:flex;
  align-items:center;
  gap:4%;
}
.section-form-with-image-alt_container h2{
margin-top:0;
  margin-bottom:20px;
}
.section-form-with-image-alt_text-cont{
width:46%;
}
.section-form-with-image-alt_image-cont{
  width:50%;
}
.section-form-with-image-alt_image-cont img{
  width:100%;
  margin-top:0;
}
.section-form-with-image-alt_container form .hs-form-field > label,
.section-form-with-image-alt_container .hs_cos_wrapper_type_form h3{
display:none;
}
.section-form-with-image-alt .submitted-message{
color: #f5cc82;
font-size: 20px;
}
.section-form-with-image-alt .hs-form .actions{
margin-bottom:0;
    padding-bottom:0;
}
@media (max-width: 1024px){
  .section-form-with-image-alt{
    margin-top:100px;
    padding-top:0!important;
  },
  .section-form-with-image-alt_text-cont{
    padding-top:0!important;
}
@media (max-width: 768px){
  .section-form-with-image-alt{
    margin-top:40px;
  }
  .section-form-with-image-alt_container{
     flex-direction:column;
  }
  .section-form-with-image-alt_text-cont{
    padding-top:0!important;
  }
  .section-form-with-image-alt_text-cont,
  .section-form-with-image-alt_image-cont{
      width:100%;
  }
  .section-form-with-image-alt_image-cont{
    margin-bottom:40px;
  }
}