turn of “capitalize”
		When using the Catch Sketch Pro theme all heading appear in Capitalized sentences. Can I turn this off?
I have found this in CSS, but i don't know how to change it:
.author-info .author-description h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 0;
    text-transform: capitalize;
}	
	
