diff --git a/src/js/sections/TowerSection/TowerSection.module.scss b/src/js/sections/TowerSection/TowerSection.module.scss
index c2ea58690d5d7608f2968d26d683c4f56f3fc5fb..affabf1d388a3f20f27e571dff92a6042386b661 100644
--- a/src/js/sections/TowerSection/TowerSection.module.scss
+++ b/src/js/sections/TowerSection/TowerSection.module.scss
@@ -46,28 +46,29 @@
 
 }
 
-@media (max-width: 1200px) {
-  .TowerSection {
-    min-height: 80vh;
 
+@media (max-width: 1440px) {
+  .TowerSection {
+    min-height: 90vh;
     .LeftSide {
       flex-basis: 30%;
       .TowerImage {
-        max-width: 50vw;
-        max-height: 50vh;
+        max-width: 90%;
+        max-height: 90%;
       }
     }
 
     .RightSide {
-      flex-basis: 40%;
+      flex-basis: 30%;
       .Title {
-        font-size: 5vw;
-        line-height: 5.4vw;
+        font-size: $section_title_size;
+        line-height: $section_title_line_height;
       }
 
       .Caption {
-        font-size: 2.7vw;
-        line-height: 3.1vw;
+        max-width: 80%;
+        font-size: $section_caption_size;
+        line-height: $section_caption_line_height;
 
       }
     }