diff --git a/src/components/NewMultiStepForm/Consultant/ConsultantPdfComponents/WordPages/WordConclusion.jsx b/src/components/NewMultiStepForm/Consultant/ConsultantPdfComponents/WordPages/WordConclusion.jsx
index 631570ea..75f9c91d 100644
--- a/src/components/NewMultiStepForm/Consultant/ConsultantPdfComponents/WordPages/WordConclusion.jsx
+++ b/src/components/NewMultiStepForm/Consultant/ConsultantPdfComponents/WordPages/WordConclusion.jsx
@@ -38,7 +38,7 @@ const WordConclusion = ({ formData, pageNumber }) => {
{/* Conclusion Content */}
Conclusion
- {content}
+ {content}
diff --git a/src/components/NewMultiStepForm/Consultant/ConsultantPdfComponents/WordPages/WordGenericSection.jsx b/src/components/NewMultiStepForm/Consultant/ConsultantPdfComponents/WordPages/WordGenericSection.jsx
index bac50211..7ee17b73 100644
--- a/src/components/NewMultiStepForm/Consultant/ConsultantPdfComponents/WordPages/WordGenericSection.jsx
+++ b/src/components/NewMultiStepForm/Consultant/ConsultantPdfComponents/WordPages/WordGenericSection.jsx
@@ -39,7 +39,7 @@ const WordGenericSection = ({ formData, pageNumber, sectionKey, title }) => {
{/* Section Content */}
{displayTitle}
- {content}
+ {content}
diff --git a/src/components/NewMultiStepForm/Consultant/ConsultantPdfComponents/WordPages/WordIntroduction.jsx b/src/components/NewMultiStepForm/Consultant/ConsultantPdfComponents/WordPages/WordIntroduction.jsx
index b792db3f..cb1926ad 100644
--- a/src/components/NewMultiStepForm/Consultant/ConsultantPdfComponents/WordPages/WordIntroduction.jsx
+++ b/src/components/NewMultiStepForm/Consultant/ConsultantPdfComponents/WordPages/WordIntroduction.jsx
@@ -38,7 +38,7 @@ const WordIntroduction = ({ formData, pageNumber }) => {
{/* Introduction Content */}
Introduction
- {content}
+ {content}