diff --git a/src/App.css b/src/App.css
index 5fa93fb..3228994 100644
--- a/src/App.css
+++ b/src/App.css
@@ -88,9 +88,7 @@ hr {
     padding-top: 70px;
   }
 
-  .mainimage {
-    min-height: 36vw;
-  }
+
 
   header {
     position: fixed;
@@ -108,8 +106,8 @@ hr {
 @media screen and (min-width: 992px) {
   .container>div {
     width: 33.3%;
-    min-height: 50%; 
-    padding: 50px; 
+    min-height: 50vh; 
+    padding: 65px; 
   }
 
   .mainimage {
@@ -122,11 +120,11 @@ hr {
   .container h4 {
     max-width: 20%;
     text-transform: initial;
-    font-size: 15px;
+    font-size: 12px;
   }
 
   .container p {
-    font-size: 13px;
+    font-size: 10px;
     float: left;
     text-transform: uppercase;
   }