functions file remove .header_page.with_subtitle.normal .titles h1 { text-transform: none; font-size: 32px; font-display: swap; } code example
Example: How do you make each word in a text start with a capital letter?
h1 {
text-transform: capitalize;
}