diff --git a/web/modules/composer/bootstrap_layout_builder/templates/blb-section.html.twig b/web/modules/composer/bootstrap_layout_builder/templates/blb-section.html.twig
index 6d1e7dad..0602c4fc 100644
--- a/web/modules/composer/bootstrap_layout_builder/templates/blb-section.html.twig
+++ b/web/modules/composer/bootstrap_layout_builder/templates/blb-section.html.twig
@@ -18,6 +18,12 @@
 ] %}
 
 {% if content %}
+  {% if content['#settings']['section_title'] %}
+    <h2 class="section-title">
+      {{ content['#settings']['section_title']|t }}
+    </h2>
+  {% endif %}
+
   <div {{ attributes.addClass(classes) }}>
     {{ title_prefix }}
     {% for i in 1..12 %}
