.no-bottom-padding {
    padding-top: 0;
    padding-right: 10%;
    padding-bottom: 0;
    padding-left: 10%;
}

  .no-bottom-padding .hero-block-image {
   display: flex;
    align-self: flex-end; 
  }
.hero-block-wrapper {
    display: flex;
    width: 100%;
    z-index:1;
    column-gap: 2em;
   
  }
  .hero-block-wrapper.hero_left {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .hero-block-wrapper.hero_centered {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero-block-wrapper.hero_right {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
    
  .hero-block-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 0 40%;
    justify-content: center;
  }

.hero-block-subheading h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
  }
  
  .hero-block-button-container {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .hero-block-button-container.hero_right {
    justify-content: flex-end;
  }
  .hero-block-button-container.hero_centered {
    justify-content: center;
  }  
  .hero-block-image {
    flex: 1 0 40%;
  }
  .hero-block-image.hero_centered {
    width: 100%; !important
  }

  .hero-block-form {
    flex: 1 0 40%;
    margin-bottom:2em;
  }

  .hero-block-button-container .st-btn {
    display:block;
}

.hero-block-text p {
 font-size: 20px;
  line-height:30px;
}

.button-first .st-btn {
  display:inline-block;
  margin-right: 1em;
}


 .hero-block-form {
    background-color: white;
    max-width: 100%;
    width: 900px;
}


.hero-block-form.no-shadow {
 box-shadow: none; 
}
.hero-block-form.light-shadow {
 box-shadow: 0px 5px 14px 0px rgba(25,25,25,0.19);
-webkit-box-shadow: 0px 5px 14px 0px rgba(25,25,25,0.19);
-moz-box-shadow: 0px 5px 14px 0px rgba(25,25,25,0.19);
}
.hero-block-form.strong-shadow {
  box-shadow: 0px 6px 40px -3px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 6px 40px -3px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 6px 40px -3px rgba(0,0,0,0.225);
}
.hero-block-form.sharp-shadow {
  box-shadow: 14px 14px 0px 0px rgba(0,0,0,1);
-webkit-box-shadow: 14px 14px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 14px 14px 0px 0px rgba(0,0,0,1);
}


 .form-title {
    display: none !important;
}
 .hero-block-form > span > h4 {
    margin-bottom: 0 !important;
     background-color: white;
 
     border-radius: 8px 8px 0 0;
}
 .cf-form-title {

}
 .cf-container form {
     
     border-radius: 0 0 8px 8px !important;
}
 .hero-block-form label {
    display:none;
}
  @media only screen and (min-width: 768px) {
h1.hero-block-title {
  font-size: 70px;
  line-height: 65px;
}
}
@media only screen and (max-width: 991px) {
  
  .no-bottom-padding {
    padding-top: 2em;
    padding-right: 1em;
    padding-bottom: 0;
    padding-left: 2em;
}

  .hero-block-wrapper {
    flex-direction: column !important;
  }
  .hero-block-content { width: 100% !important;}
  .hero-block-image { width: 100% !important;}
  .button-first .st-btn {
  display:inline-block;
  margin-right: 1em;
    margin-bottom: 3em;
}
  
  .button-second .st-btn {
  display:inline-block;
  margin-right: 1em;
    margin-bottom: 3em;
}
  .hero-block-content.hero_left {
    padding-top:2em;
   padding-bottom:0; 
  }
  
  }