Hi @gallagherBD,
Thanks for reaching out.
You need to change the HTML structure in order for you to change the blog post title to full width because the blog post title is inside a container that has a max-width 1200px and this cannot be done with CSS. I suggest that you customize the single blog layout by adding the file wp-single.php on this path framework/views/renew/ on your child theme because you are using renew as a stack.
And to delete the blog title on the content area, you also need to customize the content.php for ethos stack on this directory framework/views/renew/.
Hope that helps.
Thank you.