diff --git a/lib/components/ResponsesList/responses-list.html b/lib/components/ResponsesList/responses-list.html
index 35701c7c..39746643 100644
--- a/lib/components/ResponsesList/responses-list.html
+++ b/lib/components/ResponsesList/responses-list.html
@@ -12,6 +12,9 @@
+
diff --git a/lib/components/ResponsesList/responses-list.scss b/lib/components/ResponsesList/responses-list.scss
index c63354c9..49cab871 100644
--- a/lib/components/ResponsesList/responses-list.scss
+++ b/lib/components/ResponsesList/responses-list.scss
@@ -28,6 +28,11 @@ header {
font-weight: bold;
text-transform: uppercase;
margin-bottom: 15px;
+
+ &:not(:first-child) {
+ margin-top: 15px;
+ margin-bottom: 0;
+ }
}
.header {