diff --git a/templates/content/field--node--body--oe-sc-event.html.twig b/templates/content/field--node--body--oe-sc-event.html.twig
index b4d99539a30055f3acc71a0b921ea4c791a9d4e0..ba689deb71dd7639369c268d638d43e30660b46a 100644
--- a/templates/content/field--node--body--oe-sc-event.html.twig
+++ b/templates/content/field--node--body--oe-sc-event.html.twig
@@ -36,7 +36,6 @@
     {%- endset -%}
     {% include '@oe-bcl/bcl-heading/heading.html.twig' with {
       title: _label,
-      title_tag: 'h2',
       attributes: create_attribute().addClass(title_classes)
     } only %}
     {% if multiple %}
diff --git a/templates/content/field--node--oe-documents--oe-sc-event.html.twig b/templates/content/field--node--oe-documents--oe-sc-event.html.twig
index ce292f8cf18b6dd325ab0974e41a71ed1942d5e2..f5074979d6e27a9d85a567e36f422adbe86cf2fd 100644
--- a/templates/content/field--node--oe-documents--oe-sc-event.html.twig
+++ b/templates/content/field--node--oe-documents--oe-sc-event.html.twig
@@ -36,7 +36,6 @@
     {%- endset -%}
     {% include '@oe-bcl/bcl-heading/heading.html.twig' with {
       title: _label,
-      title_tag: 'h2',
       attributes: create_attribute().addClass(title_classes)
     } only %}
     {% if multiple %}