diff --git a/src/data/hptimelinedata.tsx b/src/data/hptimelinedata.tsx
index e67dc88eeaa1a84e8092d78cf056ddbef541d512..be75e712ec6dd554f619bc5d78b62b6be08c9a9c 100644
--- a/src/data/hptimelinedata.tsx
+++ b/src/data/hptimelinedata.tsx
@@ -393,23 +393,40 @@ export const timelinedata: Array<TimelineDatenpunkt>  = [
               <li>A well-functioning treatment team is essential.</li>
           </ol>,
         <p>We have jointly weighed up the extent to which an early diagnosis is always an advantage, as some parents perceive an early diagnosis as an additional burden and would prefer to experience the first years of their child's life without constant medical intervention. Especially when there are cases in which patients only show a clear clinical picture at an advanced age. The psychological burden also lies with the children, who often experience medical trauma because they are involved in such intensive medical care from birth. Additionally, the treatment of cystic fibrosis is very expensive, and the costs are covered by health insurance companies to varying degrees. In some countries, such as the USA, Ukraine or Developing countries, many families cannot afford the necessary treatments. Dr Olariu drew our attention to another problem in the treatment of cystic fibrosis. Infections, especially with bacteria such as Pseudomonas spcc., are difficult to treat and often lead to long hospital stays. Max, our patients’ representative, who knows Dr. Olariu through his treatment, talked about his infections with Pseudomonas spcc., illustrating the reality of an invisible danger that determines a patient's everyday life. Strict hygiene measures are required to prevent infections, such as wearing face masks in hospital and careful handling of potential sources of infection. The clinics where cystic fibrosis patients are treated work closely with a multidisciplinary team of doctors, psychologists, physiotherapists and nutritionists to ensure that patients receive holistic care. At the same time, research is constantly being carried out and new therapeutic approaches developed, such as the use of nanoparticles to improve drug delivery. Former patients are also involved in research and provide valuable insights and advances. </p>,
-        <ol>
-        <li>Pros of Early Diagnosis and Treatment</li> </ol>,
-        <ol>
-            <li>Timely Intervention: Prevents severe organ damage and improves long-term outcomes.</li>
-            <li>Holistic Care: Involves a multidisciplinary team for comprehensive patient support.</li>
-            <li>Access to Innovations: Allows patients to benefit from advancements like nanoparticle drug delivery.</li>
-            <li>Family Support: Provides education and resources for effective management from the start.</li>
-        </ol>,
-    
-    <ol>
-        <li>Cons of Early Diagnosis and Treatment</li></ol>,
-        <ol>
-            <li>Psychological Burden: May cause stress for parents and children due to constant medical interventions.</li>
-            <li>Cost Implications: Treatments can be expensive, with varying insurance coverage, leaving many families unable to afford care.</li>
-            <li>Infection Risks: Patients still face risks from infections like Pseudomonas spp., leading to potential hospitalizations.</li>
-            <li>Over-medicalization: Continuous focus on treatment can overwhelm families, affecting the quality of early childhood experiences.</li>
-        </ol>,
+          <div className="flex flex-col">
+          <div className="min-w-full overflow-x-auto">
+            <div className="inline-block min-w-full py-4">
+              <div className="overflow-hidden p-2">
+                <table className="text-center">
+                  <thead className="bg-d">
+                      <tr>
+                          <td>Pros</td>
+                          <td>Cons</td>
+                      </tr>
+                  </thead>
+                  <tbody>
+                     <tr>
+                        <td><b>Timely Intervention:</b> Prevents severe organ damage and improves long-term outcomes.</td>
+                        <td><b>Psychological Burden:</b> May cause stress for parents and children due to constant medical interventions.</td>
+                     </tr>
+                     <tr>
+                        <td><b>Holistic Care:</b> Involves a multidisciplinary team for comprehensive patient support.</td>
+                        <td><b>Cost Implications:</b> Treatments can be expensive, with varying insurance coverage, leaving many families unable to afford care</td>
+                     </tr>
+                     <tr>
+                        <td><b>Access to Innovations: </b>Allows patients to benefit from advancements like nanoparticle drug delivery.</td>
+                        <td><b>Infection Risks:</b> Patients still face risks from infections like <i>Pseudomonas spp.</i>, leading to potential hospitalizations.</td>
+                     </tr>
+                     <tr>
+                      <td><b>Family Support: </b>Provides education and resources for effective management from the start.</td>
+                      <td><b>Over-medicalization: </b>Continuous focus on treatment can overwhelm families, affecting the quality of early childhood experiences.</td>
+                     </tr>
+                  </tbody>
+                </table>
+              </div>
+            </div>
+          </div>
+        </div> ,
       ],
     implementation: "In summary, our project greatly benefited from the conversation with Dr. Olariu. His insights into the complexities of cystic fibrosis treatment, particularly the significance of early diagnosis, were invaluable. Max’s personal experiences added a crucial human perspective, illustrating the medical and psychological challenges he faces, including infections with Pseudomonas spp. Dr. Olariu emphasized the importance of a multidisciplinary approach, involving not just medical professionals but also psychologists, physiotherapists, and nutritionists for holistic care. This discussion helped us appreciate the balance between timely interventions and the emotional burden on patients and their families, guiding us to develop a more empathetic understanding of living with cystic fibrosis. ",
     interview: <>