How can I change my Debut Theme headings to lower case?

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-product-recommendations .section-header  h2{
    text-transform: capitalize;
    font-size: 35px;
}