diff --git a/src/js/sections/StatsSection/StatsSection.module.scss b/src/js/sections/StatsSection/StatsSection.module.scss
index f0729d5b87d7984ed25e3b9fb4d8673b18e02ea3..2f695eec17858d446eba47e54601b137d2d22036 100644
--- a/src/js/sections/StatsSection/StatsSection.module.scss
+++ b/src/js/sections/StatsSection/StatsSection.module.scss
@@ -25,25 +25,26 @@
     vertical-align: middle;
     text-align: left;
     max-width: 60%;
-    flex-basis: 40%;
+    flex-basis: 30%;
 
     .Title {
-      font-size: 2.7vw;
-      line-height: 3.1vw;
+      font-size: 2.5rem;
+      line-height: 3.7rem;
+      max-width: 70%;
     }
 
     .Caption {
-      font-size: 1.3vw;
-      line-height: 1.7vw;
+      font-size: 1.5rem;
+      line-height: 1.7rem;
       color: white;
       margin-top: 5%;
-      max-width: 80%;
+      max-width: 60%;
     }
 
   }
 
   .RightSide {
-    flex-basis: 40%;
+    flex-basis: 30%;
 
     .NotesImage {
       max-width: 60vw;
diff --git a/src/js/sections/TowerSection/TowerSection.module.scss b/src/js/sections/TowerSection/TowerSection.module.scss
index 9ad8161e23caa552ab4430fd202598886bdb8201..56c734208e7dc0d0fb62ea043cb2e4aab9245120 100644
--- a/src/js/sections/TowerSection/TowerSection.module.scss
+++ b/src/js/sections/TowerSection/TowerSection.module.scss
@@ -32,14 +32,14 @@
 
 
     .Title {
-      font-size: 2.7vw;
-      line-height: 3.1vw;
+      font-size: 2.5rem;
+      line-height: 3.7rem;
 
 
     }
     .Caption {
-      font-size: 1.3vw;
-      line-height: 1.7vw;
+      font-size: 1.5rem;
+      line-height: 1.7rem;
       margin-top: 5%;
       color: white;
     }
diff --git a/src/js/sections/VscodeSection/VscodeSection.module.scss b/src/js/sections/VscodeSection/VscodeSection.module.scss
index 3c8e57e03a525f54750af693b2d360e35db7079d..a19f5f37127ac72bd8fcab04ce9084dcf91d6fef 100644
--- a/src/js/sections/VscodeSection/VscodeSection.module.scss
+++ b/src/js/sections/VscodeSection/VscodeSection.module.scss
@@ -35,14 +35,14 @@
 
 
     .Title {
-      font-size: 2.7vw;
-      line-height: 3.1vw;
+      font-size: 2.5rem;
+      line-height: 3.7rem;
 
 
     }
     .Caption {
-      font-size: 1.3vw;
-      line-height: 1.7vw;
+      font-size: 1.5rem;
+      line-height: 1.7rem;
       margin-top: 5%;
       color: white;
     }