Prestige Theme - Change slider font sizes

Hello. please can someone help. I want to change the size of my font sizes but on the sliders only. I did have some code that works on changing the header and sub header font sizes but this also seems to change the slider font sizes aswell.

Any help would be greatly appreciated.

https://techtron-online.myshopify.com/

The front page is password protected. Ensure to provide the pass so that others can see the site.

Sorry the password is crudah

Sorry the password is:

crudah

Try adding this code to the bottom of theme.css.

.Slideshow__Content.Slideshow__Content--bottomLeft .SectionHeader__SubHeading.Heading.u-h6 {
  font-size: 25px;
}

.Slideshow__Content.Slideshow__Content--bottomLeft .SectionHeader__Heading.SectionHeader__Heading--emphasize.Heading.u-h1 {
  font-size: 35px !important;
}

Adjust PX values to your preference.

Result:

It works perfectly thank you, I have also managed to bring my other code back in for the other headers and sub headers and it still works, fantastic.

Could this be edited to work on mobile as well?