Thank you for reaching out to us.
I would love to help you with this topic.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-events-schedule h2 {
font-size: 18px;
}
This size seems to display well on a computer and on a mobile device.
If you prefer, you could specify different font sizes for different screen sizes using @media rules in your CSS.