diff --git a/src/app/features/home/components/presentationals/home-search-facet/home-search-facet.presentational.scss b/src/app/features/home/components/presentationals/home-search-facet/home-search-facet.presentational.scss
index aeac8f70ba4d2a72e639369bd02335ce9cc7e7c1..8efc0de9b810820a2d1e3d27cc5b88324751cd85 100644
--- a/src/app/features/home/components/presentationals/home-search-facet/home-search-facet.presentational.scss
+++ b/src/app/features/home/components/presentationals/home-search-facet/home-search-facet.presentational.scss
@@ -39,25 +39,4 @@ $padding-left-right: 20px;
       text-align: center;
     }
   }
-
-  .panel-facet {
-    .section ::ng-deep {
-      .header {
-        color: $light-grey;
-        border-bottom: 1px solid $light-grey;
-        font-size: 12px;
-
-        .title {
-          font-size: 15px;
-          font-weight: bold;
-        }
-      }
-
-      .content {
-        padding-top: 10px;
-      }
-    }
-  }
-
-
 }
diff --git a/src/app/shared/components/presentationals/shared-panel-expandable/shared-panel-expandable.presentational.scss b/src/app/shared/components/presentationals/shared-panel-expandable/shared-panel-expandable.presentational.scss
index ddbd5c6d621e6a6136bd44f104ec7b9284fcf761..a5b5b650f74043448c073f03e02583bfbecf5668 100644
--- a/src/app/shared/components/presentationals/shared-panel-expandable/shared-panel-expandable.presentational.scss
+++ b/src/app/shared/components/presentationals/shared-panel-expandable/shared-panel-expandable.presentational.scss
@@ -11,9 +11,14 @@
     align-items: center;
     cursor: pointer;
 
+    color: $light-grey;
+    border-bottom: 1px solid $light-grey;
+    font-size: 12px;
+
     .title {
-      font-size: 20px;
       margin: 0;
+      font-size: 15px;
+      font-weight: bold;
     }
 
     .toggle-button {
@@ -36,4 +41,8 @@
       }
     }
   }
+
+  .content {
+    padding-top: 10px;
+  }
 }