diff --git a/src/components/ApplySection.tsx b/src/components/ApplySection.tsx
index a60d72b..35e06d0 100644
--- a/src/components/ApplySection.tsx
+++ b/src/components/ApplySection.tsx
@@ -9,7 +9,7 @@ type ApplySectionProps = {
const ApplySection = (props: ApplySectionProps) => (
diff --git a/src/pageLayouts/ApplyPage.tsx b/src/pageLayouts/ApplyPage.tsx
index 936b73a..da66396 100644
--- a/src/pageLayouts/ApplyPage.tsx
+++ b/src/pageLayouts/ApplyPage.tsx
@@ -295,23 +295,25 @@ const ApplyPage = () => {
width={200}
/>
-
- Applications
-
-
-
- {applications.map((section, index) => (
-
- ))}
-
+
+
+ Applications
+
+
+
+ {applications.map((section, index) => (
+
+ ))}
+
+
);