section.form {
    border-radius: var(--radInner);
    background-color: var(--white);
    padding: 5%;
  
  .overline {
    text-transform: none;
}

    header,.submitted-message {
        padding: 0 1.5rem 4rem;
        h1 {
            text-wrap: balance;
        }
    }

    .heading {
        font-size: clamp(2.4rem, 6vw, 3.6rem);
    }
    .copy {
        max-width: 42.5rem;
    }
  
    .hs-field-desc {
        padding: 10px 10px;
  }


    .submitted-message {
      
        background-color: #EAF7EE;
        border: 1px solid var(--cincGreen);
        border-radius: 12px;
        padding: 1.5rem 2rem;
        p {
            font-size: 1.5rem !important;
            font-family: var(--montserrat) !important;
            color: var(--gray900) !important;
            margin-bottom: 1em;

            * {
                font-size: inherit !important;
                font-family: inherit !important;
                color: inherit !important;
            }
        }
    }
    
}
    }
    
}
