diff --git a/src/components/StudyCard/index.tsx b/src/components/StudyCard/index.tsx
index a01e33f1..b27f919f 100644
--- a/src/components/StudyCard/index.tsx
+++ b/src/components/StudyCard/index.tsx
@@ -16,23 +16,21 @@ const StudyCard = ({ name, description, startDate, endDate, cropId, percent, ran
rounded="2xl"
>
-
- {name}
-
+ {name}
- {description}
-
+ {description}
+
{startDate} ~ {endDate}
-
+
{rank}
- {percent}%
+ {percent}%
);