diff --git a/content/contactus/index.md b/content/contactus/index.md
index f096440..50d118f 100644
--- a/content/contactus/index.md
+++ b/content/contactus/index.md
@@ -19,7 +19,7 @@ weight: 7

-
+
## Get in Touch with Jungle Paradise
diff --git a/content/dine/index.md b/content/dine/index.md
index b7e9759..abda8ea 100644
--- a/content/dine/index.md
+++ b/content/dine/index.md
@@ -19,7 +19,7 @@ weight: 4

-
+
## Culinary Bliss Awaits
diff --git a/content/explore/index.md b/content/explore/index.md
index 34d9267..ca27f98 100644
--- a/content/explore/index.md
+++ b/content/explore/index.md
@@ -19,7 +19,7 @@ weight: 6

-
+
## Embark on a Captivating Journey
diff --git a/content/home/index.md b/content/home/index.md
index b1a45f8..6a25861 100644
--- a/content/home/index.md
+++ b/content/home/index.md
@@ -19,7 +19,7 @@ weight: 1

-
+
## A Historic Haven in Nature's Embrace
diff --git a/content/relax/index.md b/content/relax/index.md
index 4021e38..fb9165f 100644
--- a/content/relax/index.md
+++ b/content/relax/index.md
@@ -19,7 +19,7 @@ weight: 5

-
+
## Rejuvenate Your Mind, Body, and Soul
diff --git a/content/stay/index.md b/content/stay/index.md
index 1ce43a1..c4389cd 100644
--- a/content/stay/index.md
+++ b/content/stay/index.md
@@ -18,7 +18,7 @@ weight: 3

-
+
## A Serene Retreat of Your Choice
diff --git a/content/story/index.md b/content/story/index.md
index 79bba65..0b6ae5a 100644
--- a/content/story/index.md
+++ b/content/story/index.md
@@ -19,7 +19,7 @@ weight: 2

-
+
## Discover the Essence of Jungle Paradise Resort
diff --git a/css/index.css b/css/index.css
index 12988cd..763f7d9 100644
--- a/css/index.css
+++ b/css/index.css
@@ -137,7 +137,7 @@ img[src*="#fig"] {
@apply font-medium;
}
h2 {
- @apply text-3xl lg:text-4xl font-light leading-4 my-4;
+ @apply text-2xl lg:text-4xl mt-3 lg:mt-8 font-light leading-4 my-2;
font-family: 'Cormorant Infant', serif;
line-height: 1.1;
font-weight: 600;
diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html
index 555202a..8e66baf 100644
--- a/templates/shortcodes/row.html
+++ b/templates/shortcodes/row.html
@@ -44,7 +44,7 @@ Parameters:
{% set row_class = row_class ~ " lg:items-center" %}
{% endif %}
-{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0 lg:mx-4" %}
+{% set col_class = "flex-1 mb-2 md:mb-12 lg:mb-0 lg:mx-4" %}
{% set row_id = '' %}