It’s the line-height
from the .entry-title
on line 1086. Instead of removing or adjusting, you could probably just add in the code separately so it doesn’t affect the other titles of your site that use that code. So try adding this to your css –
.featuredpage h2, .featuredpost .entry-title {
line-height: .7;
margin-bottom: 10px !important;
overflow: hidden;
}
You can adjust the line-height or the margin if you want.