Align Content to Container Edge in Fullwidth Section
Need text aligned to one half of the screen? Create a fullwidth 2-column section, set all padding to 0, then apply custom left padding to the left column: calc(50% – 640px) This centers the content within half of the screen width.