/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.header__container{
  display: none !important;
}
.footer__container{
  display: none !important;
}
.dnd_area-row-0-background-image{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




form .hs-richtext img {
  max-width: 100% !important;
}

form .hs-richtext h3 {
  color: #7abd65 !important; 
  font-size: 1rem !important;
}

form .hs-richtext p {
  color: #5c6672; !important; 
  font-size: 1rem !important;
}

@media(max-width:768px){
  form .hs-richtext p {
    width:auto !important;
  }
}
@media(min-width:768px){
  #offer_wrapper img{
    float:left;

  }
}