diff --git a/assets/sass/_theme/blocks/base.sass b/assets/sass/_theme/blocks/base.sass
index 8aa1c597af0db3263cdcf9ffae5ebf0b65ddbf87..d8fcbc9026b8539ead675736f670f6e0edaa2171 100644
--- a/assets/sass/_theme/blocks/base.sass
+++ b/assets/sass/_theme/blocks/base.sass
@@ -1,7 +1,7 @@
 [class^="block-"]
     @include in-page-with-sidebar
-        h3, h2
+        h2, h3
             @extend .h2
     @include in-page-without-sidebar
-        h3, h2
+        h2, h3
             @extend .h5
\ No newline at end of file
diff --git a/assets/sass/_theme/blocks/key_figures.sass b/assets/sass/_theme/blocks/key_figures.sass
index 71e6b8c40b4a336534464514d48bb507f3c4d314..2e32fb5d3c30a479d4a6ff8aa1f3740a818f7e3d 100644
--- a/assets/sass/_theme/blocks/key_figures.sass
+++ b/assets/sass/_theme/blocks/key_figures.sass
@@ -1,16 +1,30 @@
 .block-key_figures
+    .top
+        margin-bottom: 0
     ul
-        @include grid(4, md)
+        @include grid(3, md)
         @include list-reset
+        @include in-page-with-sidebar
+            @include grid(2, md)
+    .top + ul
+        margin-top: $spacing2
+    @include media-breakpoint-down(md)
+        li + li
+            margin-top: $spacing2
     dl
         margin-bottom: 0
         margin-top: 0
         dt
             white-space: nowrap
+            font-family: $heading-font-family
             font-size: $block-key_figures-font-size
+            font-weight: $heading-font-weight
+            font-weight: bold
+            line-height: 1
             strong
                 display: inline-block
                 font-size: $block-key_figures-number-font-size
+                margin-inline-end: 0.1em
             @include media-breakpoint-up(md)
                 font-size: $block-key_figures-font-size-md
                 strong
@@ -30,3 +44,6 @@
         dd
             margin-bottom: 0
             margin-left: 0
+        dt + dd
+            margin-top: $spacing0
+            
\ No newline at end of file
diff --git a/layouts/partials/footer/debug.html b/layouts/partials/footer/debug.html
index cb0f3ea2d6d08aef5b32ea6f2138823d2b8951e7..40d3e21c1114a2a36c3cc98f9546f283e8a5105f 100644
--- a/layouts/partials/footer/debug.html
+++ b/layouts/partials/footer/debug.html
@@ -77,6 +77,8 @@
     width: 100%;
     border-bottom: 1px solid white;
     display: block;
+    color: white;
+    text-indent: 5px;
   }
   .d-spacing > div:nth-child(1){
     border-top: 1px solid white;