#gform_wrapper_1 {
    padding: 1.25rem;
    background: var(--color-cream-base, #F7F4EE);
    border-radius: 10px;
}
#gform_wrapper_1 .gform_description {
    font-family: var(--h2-font-family, inherit);
    font-size: var(--fs-h3);
    line-height: 1.1;
    font-weight: 600;
    color: var(--color-content-heading);
}