diff --git a/src/.DS_Store b/src/.DS_Store
index af99124c302f0eda1e49949ec8ee6aedd20c96c8..638943c95fc6b52e9fb9b039947aa93d5d69188c 100644
Binary files a/src/.DS_Store and b/src/.DS_Store differ
diff --git a/src/App/mediarules.css b/src/App/mediarules.css
index 3a8a142efe27c13cf8ecae337970071f42ec2759..3166cfdb29084bebd302faedc8ac47940c65184e 100644
--- a/src/App/mediarules.css
+++ b/src/App/mediarules.css
@@ -138,9 +138,15 @@
     text-align: left; /* Optional: center text for mobile */
   }
    #breathf {
-    left: 40vw !important;
+    left: 48vw !important;
     width: 65vw !important;
 
+  }
+  #breatht1 {
+    left: 0 !important;
+    position:initial!important;
+    font-size: 0.5em !important;
+
   }
     /***Biosafty***/
     #safehead {
diff --git a/src/components/Problems.tsx b/src/components/Problems.tsx
index 5dda2d826cebf7d14c347d7b3869813344d228a6..b6d8cd59f553ac8cb3b38c9667fdd15f4df96411 100644
--- a/src/components/Problems.tsx
+++ b/src/components/Problems.tsx
@@ -51,7 +51,7 @@ export function Problems(){
     const Title2 = "makes life breathtaking";
     const Prob11 = "Thick mucus blocking airway and prevents"
     const Prob12 = "oxygen absorption, leading to bronchial"
-    const Prob13 = "obstructions, organ failue an death";
+    const Prob13 = "obstructions, organ failue an death" ;
     const Prob21 = "Chronic inflammation occurs periodically";
     const Prob22 = "due to a high vulnerability ";
     const Prob23 = "to bacterial and viral infections";
@@ -174,9 +174,9 @@ export function Problems(){
                     </img>
                     <p style={{'position': 'fixed','top': '17vh', 'width': '82vw','left': '10vw', 'zIndex': '1','fontSize': '3vw', 'fontWeight': 'bold', 'textAlign': 'center'}}>{Title1}</p>
                     <p style={{'position': 'fixed','top': '23vh', 'width': '82vw', 'left': '10vw', 'zIndex': '1','fontSize': '3vw', 'fontWeight': 'bold', 'textAlign': 'center'}}>{Title2}</p>
-                    <p style={{'position': 'fixed','top': '65vh', 'left': '20vw', 'zIndex': '1', 'width': '30vh', 'textAlign': 'center'}}>{Prob11 + " " + Prob12 + " " + Prob13}</p>
-                    <p style={{'position': 'fixed','top': '65vh', 'left': '40vw', 'zIndex': '1', 'width': '30vh', 'textAlign': 'center'}}>{Prob21 + " " + Prob22 + " " + Prob23}</p>
-                    <p style={{'position': 'fixed','top': '65vh', 'left': '60vw', 'zIndex': '1', 'width': '30vh', 'textAlign': 'center'}}>{Prob31 + " " + Prob32 + " " + Prob33}</p>
+                    <p id="breatht1"style={{'position': 'fixed','top': '65vh', 'left': '20vw', 'zIndex': '1', 'width': '30vh', 'textAlign': 'center'}}>{Prob11 + " " + Prob12 + " " + Prob13}</p>
+                    <p id="breatht2"style={{'position': 'fixed','top': '65vh', 'left': '40vw', 'zIndex': '1', 'width': '30vh', 'textAlign': 'center'}}>{Prob21 + " " + Prob22 + " " + Prob23}</p>
+                    <p id="breath3"style={{'position': 'fixed','top': '65vh', 'left': '60vw', 'zIndex': '1', 'width': '30vh', 'textAlign': 'center'}}>{Prob31 + " " + Prob32 + " " + Prob33}</p>
                     <p style={{'position': 'fixed','top': '85vh', 'left': '35vw', 'zIndex': '1'}}></p>
             </div>
             <div id="sciency"></div>
diff --git a/src/contents/.DS_Store b/src/contents/.DS_Store
index a92c41b60fd154cf0c633953c9c5c477b275168a..3f7435c2097f3c53774e6321e9caab5b01787743 100644
Binary files a/src/contents/.DS_Store and b/src/contents/.DS_Store differ
diff --git a/src/contents/Contribution/.DS_Store b/src/contents/Contribution/.DS_Store
index fdf0c3dbfc63f375a8cff01ba73cf439c8e26197..b294bba8d7c00202e2be6c1925ae601584d593bf 100644
Binary files a/src/contents/Contribution/.DS_Store and b/src/contents/Contribution/.DS_Store differ
diff --git a/src/contents/Human Practices/.DS_Store b/src/contents/Human Practices/.DS_Store
index 4d1eb678b3ec30f869ab2d0012d4f04c489eadd5..db55fa8f925cbc78843327ee63b2ef7ca136958c 100644
Binary files a/src/contents/Human Practices/.DS_Store and b/src/contents/Human Practices/.DS_Store differ