Change background color on heading

I want to change the background color of the heading!! I’ve attached a screenshot!!
here’s a link
https://keebu.com/2019/05/14/flying-lotus-more-feat-anderson-paak-official-video/

Hello Kast,

I hope you are doing well today.

You can use the following CSS code to change the background color by going to Appearance > Customize > Additional CSS and pasting it there.


.bg-secondary {
    background: red;
}

Best Regards,
Support