{{ is_title_pulled_forward = image_column_title && image_column_pull_title }} {{ partial:components/section :bg-image="background.image ? background.image[0] : null" :max-width="options.max_content_width" flush="true" :class="options.custom_class_name" }} {{ if header }}

{{ header }}

{{ /if }} {{ if is_title_pulled_forward }}
{{ partial:components/section-title :bg-color="background.color" :text="image_column_title" :class="options.title_style" }}
{{ /if }}
{{ image_column_image }}
{{ alt ?? image_column_title }}
{{ /image_column_image }}
{{ if !is_title_pulled_forward }} {{ partial:components/section-title :text="image_column_title" :class="options.title_style + ' lg:whitespace-nowrap mb-[12px] uppercase text-[24px] font-medium leading-[30px] tracking-[2.4px] text-left'" }} {{ /if }} {{ if image_column_text }} {{ partial:components/text-wrapper :text="image_column_text" :class="options.text_style" }} {{ /if }} {{ if cta.url }} {{ partial:components/content/cta :href="cta.url" :text="cta.text"}} {{ /if }}
{{ /partial:components/section }}