Hello,
?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.
@media only screen and (max-width: 480px){
.single-header-ocean-6 .blog-post-title .single-post-title {
font-size: 15px;
}
.single-header-ocean-6 .blog-post-author .blog-post-author-content .post-author-name {
font-size: 10px;
}
}
PS- Change the font size values according to need.