diff --git a/packages/nulp_elite/src/pages/content/joinCourse.js b/packages/nulp_elite/src/pages/content/joinCourse.js
index 2c9d257a..9c7fed47 100644
--- a/packages/nulp_elite/src/pages/content/joinCourse.js
+++ b/packages/nulp_elite/src/pages/content/joinCourse.js
@@ -1321,7 +1321,7 @@ const JoinCourse = () => {
style={{
background: "#F9FAFC",
borderRadius: "10px",
- marginTop: "10px",
+ margin: "10px",
}}
>
{
{/* If it's not a content collection, render it like a clickable child */}
{faqIndex.mimeType !==
@@ -1698,7 +1697,7 @@ const JoinCourse = () => {
{faqIndexname.children &&
faqIndexname.children.length > 0 ? (
@@ -1741,7 +1740,7 @@ const JoinCourse = () => {
{child.children &&
child.children.length > 0 ? (