diff --git a/_sass/_base.sass b/_sass/_base.sass
index dcadfd8140..d3b1744be8 100644
--- a/_sass/_base.sass
+++ b/_sass/_base.sass
@@ -803,6 +803,9 @@ section
color: $blue
font-weight: 700
+ img
+ max-width: 100%
+
.fixed footer
position: fixed
bottom: 0
diff --git a/_sass/_desktop.sass b/_sass/_desktop.sass
index fd2e5018cc..96444ed67a 100644
--- a/_sass/_desktop.sass
+++ b/_sass/_desktop.sass
@@ -47,6 +47,10 @@ $video-section-height: 550px
div + div
margin-left: 20px
+ div:nth-child(3), div:nth-child(4)
+ margin-top: 0
+
+
//
//// FOOTER
//footer
diff --git a/_sass/_tablet.sass b/_sass/_tablet.sass
index 0a41a24baf..71cbe93318 100644
--- a/_sass/_tablet.sass
+++ b/_sass/_tablet.sass
@@ -156,10 +156,18 @@ $feature-box-div-width: 45%
div
width: calc(50% - 15px)
+ div + div
+ margin-top: 0
+
div:nth-child(2)
margin-left: 20px
+ div:nth-child(3)
+ margin-top: 20px
+ margin-left: 20px
+
div:nth-child(4)
+ margin-top: 20px
margin-left: 20px
a