diff --git a/_sass/base.scss b/_sass/base.scss
index d78646b..4dce938 100644
--- a/_sass/base.scss
+++ b/_sass/base.scss
@@ -1586,10 +1586,10 @@ pre {
 		flex-direction: column;
 	}
 
-.form-container.card {
-	padding: 20px 15px;
+	.form-container.card {
+		padding: 20px 15px;
+	}
 
-}
 	.who-we-are-section {
 		flex-direction: column-reverse;
 	}
@@ -1625,7 +1625,6 @@ pre {
 
 	.capsule-header {
 		height: unset;
-		margin-top: 170px;
 	}
 
 	.footer-link {
@@ -1666,12 +1665,15 @@ pre {
 	.roadmap-header-capsule {
 		margin: 0;
 	}
+
 	.capsule-yellow, .capsule-green, .capsule-grey {
 		margin: 0px;
 	}
+
 	.capsule-transparent {
 		margin: 5px 5px 0px 0px !important;
 	}
+
 	.hero-p {
 		font-size: 1.1rem;
 	}
@@ -1680,22 +1682,28 @@ pre {
 		margin-top: 20vh;
 		margin-bottom: 20vh;
 	}
+
 	.video-background {
 		left: 50% !important;
 	}
+
 	.gradient-overlay {
 		background: linear-gradient(to bottom, #0f0f0f 0%, rgba(15, 15, 15, 0) 25%, rgba(15, 15, 15, 0) 75%, #0f0f0f 100%), linear-gradient(to right, rgb(15, 15, 15) 0%, rgba(15, 15, 15, 0) 100%)
 	}
+
 	.carousel-title {
 		font-size: 1rem;
 	}
+
 	.footer-container {
 		flex-direction: column-reverse;
 	}
+
 	.footer-link {
 		font-size: 1rem !important;
 		margin-bottom: 10px;
 	}
+
 	.powered-header {
 		height: 50px;
 	}