diff --git a/src/assets/i18n/data-protection/data-protection.scss b/src/assets/i18n/data-protection/data-protection.scss
index a878bac9ed5e8619c792c0ee56d8498a7607ec95..63be1293bec457c5aafa7a91e72b2d659b23f306 100644
--- a/src/assets/i18n/data-protection/data-protection.scss
+++ b/src/assets/i18n/data-protection/data-protection.scss
@@ -1,10 +1,8 @@
-h1 {
-  font-size: large;
-  font-family: Roboto, "Helvetica Neue", sans-serif;
-  color: var(--on-surface);
+h2 {
+  padding-top: 20px;
 }
 
-h1,p{
+p {
   word-break: break-word;
   -ms-hyphens: auto;
   -webkit-hyphens: auto;
diff --git a/src/assets/i18n/demo/demo.scss b/src/assets/i18n/demo/demo.scss
index 1cc66d9c186ba39b0e19e3b9ed91ed9af12eaf6d..d9afe5b20d77a94b1209fb33d43281e1f12bc875 100644
--- a/src/assets/i18n/demo/demo.scss
+++ b/src/assets/i18n/demo/demo.scss
@@ -1,3 +1,7 @@
+h2 {
+  padding-top: 20px;
+}
+
 p {
   word-break: break-word;
   -ms-hyphens: auto;
@@ -5,6 +9,14 @@ p {
   hyphens: auto;
 }
 
+ol {
+  padding-left: 1em;
+}
+
+li {
+  padding-bottom: 10px;
+}
+
 iframe {
   width: 100%;
 }
@@ -12,9 +24,9 @@ iframe {
 .videoWrapper {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 */
-  padding-top: 25px;
   height: 0;
 }
+
 .videoWrapper iframe {
   position: absolute;
   top: 0;