diff --git a/src/components/atoms/MyBreadcrumbs/style.module.scss b/src/components/atoms/MyBreadcrumbs/style.module.scss
index be2bc03027bfc6cce59349b9e5dfded1da8af520..eb64290fbdc7dc81d6ab5664560776dd59b8e6d6 100644
--- a/src/components/atoms/MyBreadcrumbs/style.module.scss
+++ b/src/components/atoms/MyBreadcrumbs/style.module.scss
@@ -6,6 +6,7 @@
   text-transform: uppercase;
   font-weight: 500;
   padding: 0rem;
+  margin-bottom: 1.875rem;
 }
 
 .breadcrumbItem * {
diff --git a/src/components/molecules/SearchBox/style.module.scss b/src/components/molecules/SearchBox/style.module.scss
index 9797c89ebab096486256d7927071a06a0cf7a4a1..eaf51fefcfd4ecb69dcc48ec176b697674d64fc2 100644
--- a/src/components/molecules/SearchBox/style.module.scss
+++ b/src/components/molecules/SearchBox/style.module.scss
@@ -10,7 +10,6 @@ $button-border: transparentize($gray-300, 1);
   transition: 0.2s background-color;
   -webkit-transition: 0.2s background-color;
   -moz-transition: 0.2s back-ground-color;
-  margin-top: 0.875rem;
 }
 
 .searchBar::placeholder {
@@ -42,7 +41,6 @@ $button-border: transparentize($gray-300, 1);
   transition: 0.2s background-color !important;
   -webkit-transition: 0.2s background-color !important;
   -moz-transition: 0.2s back-ground-color !important;
-  margin-top: 0.875rem;
 }
 
 .searchBarIcon:global(.active),
diff --git a/src/components/pages/ModuleProgress/index.tsx b/src/components/pages/ModuleProgress/index.tsx
index feb3157f4319e2ffbaf89626e3bbbdd05768bea9..0def65bb63b3a114135da49f2a3db368ef9d2af9 100644
--- a/src/components/pages/ModuleProgress/index.tsx
+++ b/src/components/pages/ModuleProgress/index.tsx
@@ -19,7 +19,6 @@ const ModuleProgress: React.FC = () => {
   return (
     <>
 			<MyBreadcrumbs />
-			<h3>Progress</h3>
 
       <ProgressBar
 				now={50}
@@ -51,4 +50,4 @@ const ModuleProgress: React.FC = () => {
   );
 };
 
-export default ModuleProgress;
\ No newline at end of file
+export default ModuleProgress;