Hello @leontan15,
The display of the content is controlled within the theme . You are getting the content in bigger size as you have wrapped the content with h3 tag .
Even if we decrease the font of the title due to your longer content all of your content will not be visible .
So you can either only display title in your mobile view .
For this use below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.so-widget-sow-hero-default-b48c245eee3d .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper h3 {
display: none;
}
Hope this helps.
Best Regards!!