Why section/column need a text_align option separate from content alignment (and why special_heading keeps its master alignment)
The question: When a converted <div class="text-center max-w-2xl mx-auto"><h2>…</h2><p>…</p></div>
comes out left-aligned, where does alignment belong? Should we add text_align to the column/section —
and if we do, is special_heading's master Alignment option now redundant and safe to remove?
