<div class="page-wrapper d-flex h-auto">
<div class="h-100 py-5 p2-r">
<div class="d-flex flex-column justify-content-center text-justify h-100 fs-18">
<div class="parent-content">
{% if pageContents['landing_company_description']|default(null) %}
{% for key, section in pageContents['landing_company_description'] %}
<div class="fs-35 ct-blue ff-os-bold mb-2r parent-p">
{{ section.title|raw }}
</div>
<div class="fs-18 ct-darkgray ff-os-regular parent-p">
{{ section.content|raw }}
</div>
{% endfor %}
{% endif %}
</div>
<!-- <div class="parent-title">
{#% if pageContents['landing_company_description']|default(null) %}
{{ pageContents['landing_company_description']|first.content|raw }}
{% endif %#}
</div> -->
</div>
</div>
</div>