Change the size of the featured image for post?

You can try this CSS In Customize -> Additional CSS:

.post-single-img {
        width: 500px;
        margin: 0 auto;
}

margin: 0 auto is used to center the image

File not found.