{% set section_bg_color = section_bg_color is not null ? section_bg_color : '' %}
{% set section_image_alignment = section_image_alignment is not null ? section_image_alignment : 'right' %}
{% set body_class = '' %}
{# Set Featured Image #}
{% if section_image_src is not empty %}
{% set body_class = 'col-md-15' %}
{% endif %}
{% if section_heading is not empty %}
{{ section_heading }}
{% endif %}
{% if section_content is not empty %}
{{ section_content }}
{% endif %}
{% if section_link is not empty %}