I want To Change Colour Of My Sub Heading

I want to change this sub heading colour to red ff0000

URL:- timemachineprojects.com

@Emiway

Please add this css code into your theme customizer and its done

For Only This section
div#shopify-section-featured_collections_FTzdyj h3.SectionHeader__SubHeading.Heading.u-h6 {
    color: #ff0000;
}

For all the sections subheading

h3.SectionHeader__SubHeading.Heading.u-h6 {
    color: #ff0000;
}

THanks

@Emiway Please send me the store url.