I’m trying to wrap css brackets around my h2 headings (and am probably 90% there), but I’m having trouble working out a few minor kinks:
1. The spacing on the right side line is way off- it should be brought over to connect with the bracket. How do I adjust this?
and
2. There is a weird opacity issue with the orange being visible through the bg.png- why/how do I fix?
Ideal:

Currently seeing:

For your first issue, I am not sure if same was your question:
Change the property of
h2fromtext-align: center;to:text-align: left;and set the padding/margin as you wish.