How can I alter the heading font in the Symmetry section?

How to change the only heading font in this section?

URL: https://thebirdsonglife.myshopify.com/

Hello There,

  1. In your Shopify Admin go-to online store > themes > actions > edit code
  2. Find Asset >styles.css and paste this at the bottom of the file:
#section-id-template--14370506440778__16359276425da8ce46 .slide-1 .overlay-text__title {
font-size: 70px;
}

Hi,

I have to change the font style?

Hello There,

  1. In your Shopify Admin go-to online store > themes > actions > edit code
  2. Find Asset >styles.css and paste this at the bottom of the file:
#section-id-template--14370506440778__16359276425da8ce46 .slide-1 .overlay-text__title {
font-style: italic;
}

Hi, I mean i want to change the font family for the heading..

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >styles.css and paste this at the bottom of the file:
#section-id-template--14370506440778__16359276425da8ce46 .slide-1 .overlay-text__title {
font-family: cursive;
}

Hi, how to change the section background colour?

Only for the attached image section from https://thebirdsonglife.myshopify.com/

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > styles.css and paste this at the bottom of the file:
div#shopify-section-template--14370506440778__16359278867b92de38 .use-alt-bg {
background: #ceceff;
}