How do I align text with centered flex section below?

Currently trying to configure this section the way I want it to look, but I’m stumped.

What is the best way to align these two text boxes to be always at the far left (top text) and far right side (bottom text) of the centered div that’s in-between? The center div is set to horizontal flex:center.

Any help is appreciated! Thanks


Here is my site Read-Only: [LINK
(how to share your site Read-Only link)

Wrap your two Headings in divs. Flexbox the divs, align their contents as desired.