.gform_fields{
    row-gap:12px !important;
}

.gfield_required{
    display: none !important;
}

.gform_button {
    padding: 8px 16px !important;
    background-color: #009972 !important ;
    color: #fff !important;
    border-radius: 100px !important;
    width: 100% !important;
    font-size: 18px !important;
    font-weight: 600 !important ;

    &:hover{
        background-color: #007A5B !important;
    }
}

 .gform_wrapper ::placeholder {
    color: #99A2AD !important;
    font-size: 14px !important;
  }

  .gfield_consent_label{
    a{
        text-decoration: underline;
    }
  }

  html {
  scroll-behavior: smooth;
}