diff --git a/assets/sass/_theme/blocks/key_figures.sass b/assets/sass/_theme/blocks/key_figures.sass
index 389087a82033fda80b899f1d97ec2c9061feccd2..a256064f430e15fae8e977196e88f67155b0090c 100644
--- a/assets/sass/_theme/blocks/key_figures.sass
+++ b/assets/sass/_theme/blocks/key_figures.sass
@@ -1,19 +1,19 @@
-// .block-key_figures
-//     ul
-//         --bs-gutter-y: 3rem
-//         @extend .row
-//         list-style: none
-//         padding-left: 0
-//         margin-bottom: 0
-//         li
-//             margin-bottom: 3rem
-//             @extend .col-md-4
-//     dl
-//         margin-bottom: 0
-//         dt
-//             strong
-//                 display: inline-block
-//                 font-size: px2rem(60)
-//                 padding-right: map-get($spacers, 1)
-//         dd
-//             margin-bottom: 0
+.block-key_figures
+    ul
+        // --bs-gutter-y: 3rem
+        @include grid(3)
+        list-style: none
+        padding-left: 0
+        margin-bottom: 0
+        li
+            // margin-bottom: 3rem
+    dl
+        margin-bottom: 0
+        dt
+            strong
+                display: inline-block
+                // font-size: px2rem(60)
+                // padding-right: map-get($spacers, 1)
+        dd
+            margin-bottom: 0
+            margin-left: 0