Please scroll down https://test.karendivorty.co.uk/ to the Latest Posts section. Each of the three Featured Images should fit the width of the container (880px) but do not.
Their <img>
tags’ sizes
attribute seems to have a typo.
Change this:
sizes="(max-width: 680px) 100vw, 680px"
…to this:
sizes="(max-width: 880px) 100vw, 880px"