#lp-contact {
    padding: 30px;
    box-shadow: 2.25px 2.25px 18px 0px #1D1D1B14;
 
}

#lp-contact h3{
font-size: 32px;
font-weight: 700;
line-height: 38px;
letter-spacing: 0em;
text-align: center;
color: #1D1D1D;


}
#lp-contact input.hs-button.primary.large {
    width: 100%;
  border:0;
  border-radius:0;
  background-color:black;
  color:white;
    padding: 20px;
    font-size: 18px;
margin: 0;
}

#lp-contact .legal-consent-container .hs-form-booleancheckbox-display p {
    line-height: 22px;
    font-size: 16px;
}

#lp-contact input, #lp-contact select, #lp-contact textarea, #lp-contact .hs-input {
    border-radius: 0;
    background-color: white;
    border-color:#83cdb8;
    min-height: 42px;
      margin-bottom: 15px;
}

#lp-contact .hs-fieldtype-intl-phone.hs-input {
    margin: 0;
}
#lp-contact .hs-form label {
    font-size: 18px;
    color: #1D1D1D;
}
#lp-contact .inputs-list label {
    margin-top: -10px;
      font-size: 14px;
}

#lp-contact .hs-form-booleancheckbox  .hs-input {
min-height:auto;
}
#lp-contact .hs-fieldtype-intl-phone.hs-input .hs-input {
    height: 42px;
}


@media all and (max-width:767px){
  
  #lp-contact {
    padding: 25px 15px;
margin-top:30px;
  
}
  #lp-contact h3 {
font-size: 26px;
line-height: 30px;
}

