.text-form-block {
    &.bg-green-gradient-alt,
    &.bg-green-gradient {
        .col-form {
            .gform_wrapper {
                .gform_footer {
                    input[type='submit'] {
                        background: $yellow;
                    }
                }
            }
        }
    }

    .heading {
        margin-bottom: 32px;
    }

    .col-form {
        .gform_wrapper {
            .gform_footer {
                input[type='submit'] {
                    @include breakpoint(lg) {
                        min-width: 295px;
                        padding: 16px;
                    }
                }
            }
        }
    }
}
