.slide_description{
  display: block;
  width: 70%;
}
.slide_form {
     width: 45%;
    margin-right: -50px;
}

@media (max-width: 787px) {
.slide_description {
    width: 100% !important;
	    margin-left: 0px !important;
    margin-top: -50px !important;
}
span.small-text.big-spacing {
    line-height: 0 !important;
}
  .slide_form {
    width: 100% !important;
  }
  .intro_section .hero-text {
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 1em;
    color: white;
   
	    width: 100%;
}
}


@media (min-width: 1200px){
 .slide_form input, textarea, select {
       height: 40px;
    padding: 0;
}}
.form2 {
    position: relative;
}