1. In order to decrease the featured image size in a single post view, please add this to the Custom CSS area in Customizer > Additional CSS:
.post-article .post-media .media-inner > img { width: 700px; }
You can edit the width number as you prefer.
________________________________________________________________
2. In order to decrease the featured image size in a single portfolio view, please add this to the Custom CSS area in Customizer > Additional CSS:
article.type-jetpack-portfolio .portfolio-image-wrapper > img { width: 700px; height: auto; }
Here's a guide how to add the code:
How to add custom CSS / PHP code or modify the theme code ?