diff --git a/index.html b/index.html
index a484a8d2..6852b56b 100644
--- a/index.html
+++ b/index.html
@@ -625,7 +625,23 @@
padding: 20px 16px;
}
}
+.get-start {
+ text-align: center;
+ padding: 80px 0; /* adds top & bottom spacing */
+}
+.get-start .section-title {
+ text-align: center;
+ font-size: 2.2rem;
+ font-weight: 800;
+ margin-bottom: 16px;
+}
+.get-start .section-sub {
+ text-align: center;
+ max-width: 600px;
+ margin: 0 auto 50px; /* centers and adds gap below subtitle */
+ opacity: 0.8;
+}
/* Steps */
.get-start-list {