diff --git a/src/js/sections/CloudSection/CloudSection.module.scss b/src/js/sections/CloudSection/CloudSection.module.scss
index e5a39201e1e7ca4e2cd7a0eeede322893f90f525..4215895c4ca818dd575e97be6a56464e16bcfeff 100644
--- a/src/js/sections/CloudSection/CloudSection.module.scss
+++ b/src/js/sections/CloudSection/CloudSection.module.scss
@@ -30,10 +30,13 @@
   .BottomBlock {
     padding-top: 5%;
     font-size: 2rem;
+    max-width: 30%;
 
     .Caption {
       padding-top: 10px;
       font-size: 1.5rem;
+      max-width: 60%;
+
     }
   }
 }
\ No newline at end of file
diff --git a/src/js/sections/StatsSection/StatsSection.module.scss b/src/js/sections/StatsSection/StatsSection.module.scss
index 9a6ef58e158fec534cf9471f005499244e00a05a..cb529d45dcaa745858a29de980b48be3f11ac3de 100644
--- a/src/js/sections/StatsSection/StatsSection.module.scss
+++ b/src/js/sections/StatsSection/StatsSection.module.scss
@@ -17,9 +17,11 @@
     font-weight: $primary_font_weight;
     font-family: $primary_font;
     padding-top: 25%;
-    padding-left: 10%;
+    padding-left: 20%;
     vertical-align: middle;
     line-height: 4em;
+    text-align: left;
+    max-width: 80%;
 
     .Title {
 
diff --git a/src/js/sections/VscodeSection/VscodeSection.module.scss b/src/js/sections/VscodeSection/VscodeSection.module.scss
index 4c2f9bc5c4ef654e6b8ecb399182a46565d42c40..aa7fe19c33b073aeb0887810a08ee3f95305a12c 100644
--- a/src/js/sections/VscodeSection/VscodeSection.module.scss
+++ b/src/js/sections/VscodeSection/VscodeSection.module.scss
@@ -24,12 +24,11 @@
     font-family: $primary_font;
     padding-top: 35%;
     padding-right: 30%;
-    text-align: center;
+    text-align: left;
     vertical-align: middle;
     line-height: 4em;
 
     .Title {
-
       font-size: 3rem;
 
     }