diff --git a/scss/_footer.scss b/scss/_footer.scss
index 1535131d82049b7382cfabd05ce43dba178de98a..cfcf902c004ee69c4a4488606e8501d33706fba4 100644
--- a/scss/_footer.scss
+++ b/scss/_footer.scss
@@ -8,13 +8,19 @@ footer{
 
 
   #footerContent{
-    width: 100%;
+    width: 70%;
     display: flex;
     justify-content: center;
+    margin: 0 auto;
 
     div{
       border-right: #3d3d3d 1px solid;
       padding: 20px;
+      flex-basis: 100%;
+
+      &:last-child {
+        border-right: none;
+      }
     }
 
     h3 {
@@ -48,4 +54,4 @@ footer{
   height: 5px;
   width: 100%;
   background-color: $content-footer-div-color;
-}
+}
\ No newline at end of file