diff --git a/hosting/static/hosting/css/dashboard.css b/hosting/static/hosting/css/dashboard.css
index 80855301..7d2f245d 100644
--- a/hosting/static/hosting/css/dashboard.css
+++ b/hosting/static/hosting/css/dashboard.css
@@ -5,7 +5,7 @@
     bottom: 0;
     left: 0;
     right: 0;
-    background-color: rgba(41, 66, 122, 0.59);
+    background-color: rgba(91, 116, 173, 0.7);
     z-index: -1;
 }
 .hosting-dashboard:before {
@@ -23,12 +23,12 @@
 
 .hosting-dashboard .dashboard-container-head {
     color: #fff;
-    margin-bottom: 25px;
+    margin-bottom: 60px;
 }
 
 .hosting-dashboard-item {
     background: #e9ebee;
-    box-shadow: 1px 3px 3px rgba(0,0,0,0.5);
+    box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
     padding: 25px;
     color: rgba(124, 139, 175, 1);
     font-size: 19px;
@@ -45,14 +45,14 @@
 
 .hosting-dashboard-item h2 {
     margin: 0;
-    font-size: 19px;
-    padding-bottom: 10px;
+    font-size: 18px;
+    padding-bottom: 15px;
     border-bottom: 2px solid #acb5cf;
     margin-bottom: 25px;
 }
 
 .hosting-dashboard-image {
-    height: 100px;
+    height: 110px;
     fill: #8b9bb7;
     display: flex;
     align-items: center;
@@ -61,7 +61,7 @@
 .hosting-dashboard-image svg {
     width: 100%;
     height: 100%;
-    max-height: 65px;
+    max-height: 79px;
 }
 .hosting-dashboard-image img {
     opacity: 0.2;
@@ -74,6 +74,6 @@
         flex-wrap: wrap;
     }
     .hosting-dashboard-item {
-        width: 32%;
+        width: 31.5%;
     }
 }
\ No newline at end of file