Hi,
Sorry for the issues you are having.
It looks like the base.css file is being called after other stylesheets and overwriting this.
If you can load that first it would make this easier, but that is being done by the theme so not sure how easy it is.
Anyway, I got this to work:
#top .tribe-events-loop .type-tribe_events .tribe-events-list-event-title.entry-title {
font-size: 34px;
margin-bottom: 20px;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks