diff --git a/content/contactus/index.md b/content/contactus/index.md
index c84ffa6..3c8328c 100644
--- a/content/contactus/index.md
+++ b/content/contactus/index.md
@@ -30,6 +30,8 @@ weight: 7
+
+
{% row(style="center" padding="top" margin="wide") %}
@@ -40,7 +42,10 @@ Seamless Directions to Your Jungle Paradise
{% end %}
-{% row(margin="narrow" padding="both") %}
+
+
+
+{% row(margin="narrow" reverse="rightreserve" padding="bottom") %}
#### **Nearest Airport:** Abeid Amani Karume International Airport
diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html
index f109c05..de8b3f2 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" %}
+{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0 w-full" %}
{% set row_id = '' %}