Please try adding this custom CSS on Appearance > Customize > Custom > Edit Global CSS:
.blog .entry-title,
.single-post .entry-title {
font-size: 200%; /* Title font size for blog page*/
}
.has-post-thumbnail .entry-featured {
max-width: 513px; /* Adjust to your preferred blog page image size*/
margin: 0 auto;
}