diff --git a/src/components/form/form-header.tsx b/src/components/form/form-header.tsx
index 1109077..73de7a3 100644
--- a/src/components/form/form-header.tsx
+++ b/src/components/form/form-header.tsx
@@ -5,9 +5,7 @@ import { FormContainer } from './form-container'
export function FormHeader({ form }: { form: Form }) {
return (
-
- {form.heading}
-
+ {form.heading}
{form.subheading}
diff --git a/src/components/form/form-question.tsx b/src/components/form/form-question.tsx
index f0a9df4..15c284a 100644
--- a/src/components/form/form-question.tsx
+++ b/src/components/form/form-question.tsx
@@ -105,7 +105,7 @@ export function FormQuestion({ column }: { column: FormColumn }) {