diff --git a/assets/sass/_theme/blocks/call_to_action.sass b/assets/sass/_theme/blocks/call_to_action.sass
index 8036a8731085731025e1e242195e555a2418befe..88e29ae7010587efa74580a290c6cb2b4769059c 100644
--- a/assets/sass/_theme/blocks/call_to_action.sass
+++ b/assets/sass/_theme/blocks/call_to_action.sass
@@ -9,8 +9,8 @@
             a
                 color: inherit
                 text-decoration-color:  $block-call-to-action-color
-            // p
-                // @include h2
+            p
+                @include h2
         .actions
             [role="group"]
                 @include media-breakpoint-down(desktop)
diff --git a/assets/sass/_theme/design-system/typography.sass b/assets/sass/_theme/design-system/typography.sass
index 62865bd1545df9cd7b11e453acef8a8ae4e9f2ea..5c858fc5447aebe3207aabeeee4c505950a2497f 100644
--- a/assets/sass/_theme/design-system/typography.sass
+++ b/assets/sass/_theme/design-system/typography.sass
@@ -171,6 +171,13 @@ small, .small
 .rich-text
     @include rich-text
 
+@mixin inherit-text
+    font-family: inherit
+    font-weight: inherit
+    font-style: inherit
+    font-size: inherit
+    line-height: inherit
+
 [itemprop="articleBody"]
     @include rich-text