Trying to remove a faint grey line around image on my homepage

I’m trying to remove this faint grey outline/border around an image on my homepage, it only appears on screen sizes below 989px width.

The site is nakedgummyco.com, the password is sowpree.

Thanks for any help in advance!

@laurence1 Thanks for posting, I have investigated the store, but im not facing this issue. I hope you have solved it yourself.

Oh, okay, on inspect below 989px? Could it be browser specific?

A like/solution for your thoughts.

Thanks for your response. I have checked on another browser. There is an an isswith theth with the image height, and that is not a line or border but a background color for this section. Please add this CSS for it.

.image-with-text__media{
  margin-bottom: -1px;
 }

@laurence1