.fv_new {
  position: relative;
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/check_bg.jpg) 100% 0 no-repeat;
  background-size: cover;
  height: 660px;
  margin: 100px 0 0 0;
}
  
.text_area {
  position: absolute;
  top: 10%;
  left: 5%;
  text-align: center;
}
  
.title_sub {
  font-size: 3.6rem;
  margin: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.title_sub span {
  color: #FFE39C;
}

.text_area h1 {
  font-size: 6.4rem;
  color:#fff;
  margin:8px 0;
  filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.3));
}

.text_bg_white {
  font-size: 3.6rem;
  padding: 12px 24px;
  background: #fff;
  color: #0C522C;
  display:block;
}

.text_area img {
  margin: 48px 0;
}

#hs_cos_wrapper_widget_1684381909375_ {
    max-width: 420px;
    display: block;
    background: #fff;
    margin: 0;
    padding: 24px 16px;
    border-radius: 8px;
    position: absolute;
    left: 66%;
    top: 15%;
}

#hs_cos_wrapper_widget_1684381909375_title {
  text-align: center;
}

#hs_cos_wrapper_widget_1684381909375_ .input {
  width: 100%;
}


.hs-form-field {
   margin-bottom: 16px;
   display: flex;
   font-size: 14px;
}

.hs-form-field label {
  width: 70px;
}

.l-section-container.-white-gap-top-none-gap-bottom-none {
  padding:0!important;
}


@media screen and (max-width: 1000px) {
  .fv_new {
    margin: 0;
    height: 500px;
    padding: 32px 0 0;
  }
  
  #hs_cos_wrapper_widget_1684381909375_ {
    display: none;
  }
  
  .text_area {
    position: static;
  }
  
  .text_area h1 {
    font-size: 5.4rem;
  }
  .text_bg_white {
    font-size: 2.6rem;
    width: fit-content;
    margin: 0 auto;
  }
  
  .text_area img {
    max-width: 350px!important;
    width: 100%;
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .text_area h1 {
    font-size: 4rem;
  }
  
  .title_sub,.text_bg_white {
    font-size: 1.6rem;
  }