diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss
index 22e343426839bc437401e45c49899dfd7f0dd561..0e89b1a7cd63f17d7950b54ecca6fe15d542381b 100644
--- a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss
+++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss
@@ -90,6 +90,10 @@
         color: var(--ars-header-color);
         line-height: 22px;
         white-space: normal;
+
+        hr {
+          border: 1px solid var(--ars-header-color);
+        }
       }
 
       &-btn {
@@ -263,6 +267,10 @@
     max-width: 100%;
     color: yellow;
 
+    hr {
+      border: 2px solid yellow;
+    }
+
     img {
       width: 100% !important;
     }