diff --git a/src/app/styles/Hero.module.scss b/src/app/styles/Hero.module.scss
new file mode 100644
index 0000000..df87bed
--- /dev/null
+++ b/src/app/styles/Hero.module.scss
@@ -0,0 +1,18 @@
+.content {
+ display: flex;
+ padding: 0px 30px;
+ align-items: center;
+ gap: 60px;
+ max-width: 1200px;
+}
+
+.heading {
+ max-width: 965px;
+ color: #224A58;
+ font-family: 'Source Sans Pro', sans-serif;
+ font-size: 40px;
+ font-style: normal;
+ font-weight: 700;
+ line-height: normal;
+ margin: 0px;
+}
\ No newline at end of file