#int-contact .ti-cf-module fieldset {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
}

#int-contact .ti-cf-module fieldset.submit-form {
    margin-top: 30px;
}

#int-contact .ti-cf-module .content-form-notice-wrapper {
    margin-left: 30px;
}

#int-contact .ti-cf-module .content-form-notice-wrapper h3 {
    margin-bottom: -10px;
    margin-top: 30px;
}

#int-contact .ti-cf-module .content-form-notice-wrapper h3 {
    margin-bottom: -10px;
    margin-top: 20px;
    margin-left: -15px;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    margin-right: 30px;
    background-color: lightyellow;
}


/* Make all fields, including the textarea, the same width. */
#int-contact .ti-cf-module fieldset:not(.submit-form) {
    width: 100%;
}

#int-contact .ti-cf-module input:not([type="hidden"]),
#int-contact .ti-cf-module textarea,
#int-contact .ti-cf-module select {
    width: 100%;
    box-sizing: border-box;
}