Trying to place my Lift Shadow behind my "Text with Image" Images with Rounded Corners

So I got my Lift Shadow is now working and I got my Rounded Corners, so that’s great. However the Shadow doesn’t actually fall behind the images, it’s sort of next to them, leaving ugly little empty border along the right and side and along the bottom of the image. I’m hoping someone might be able to help me fill in this gap. Any assistance is greatly appreciated.

example: https://darklingnails.com/pages/our-story

Theme: Dawn
Site: https://darklingnails.com/
Password: darkling

Here is the code I am using to make the Shadow. Is there something you would recommend I do differently?

.image-with-text__media-item>*{ box-shadow: 3px 3px 5px rgba(173, 173, 173, 1) !important}

Hello @hellodarkling

Add this CSS to the theme.liquid file inside the tag.

.image-with-text .image-with-text__media { border-width: 0; }

Perfect. Thank you