Reduce font size [closed]

Not a WordPress question, but add the following in your stylesheet:

.featured-text h2, .featured-text h2 a {
    font-size: 24px !important; /* set font size */
}

In the future, simply Inspect Element to find which class or tag to style.