diff --git a/templates/_macros/vf_rich-horizontal-list.jinja b/templates/_macros/vf_rich-horizontal-list.jinja
index 51f5bb555..069bf4909 100644
--- a/templates/_macros/vf_rich-horizontal-list.jinja
+++ b/templates/_macros/vf_rich-horizontal-list.jinja
@@ -90,7 +90,9 @@
{#- If there is a description, split the title and description. Otherwise, the title spans full width. -#}
-
{{- title_text -}}
+
+
{{- title_text -}}
+
{%- if has_description %}
@@ -118,7 +120,9 @@
{#- Full-width layout -#}
{%- else %}
-
{{- title_text -}}
+
+
{{- title_text -}}
+
{%- if has_logo_section %}
{{- logo_section_content -}}