Help reducing the padding or margin between these two modules on homepage

I’ve tried repeatedly to control the amount of space between these two containers in this module on the home page of this site. I was able to determine how to change the spacing on the module beneath it, oddly enough, but nothing I do on the first one budges it. Any ideas?

website is annamuseo.com - Dawn theme

Add this code to Custom CSS of that section in theme customize and check again

.col-md-8.my-auto  {
margin-left: 4px;
}
1 Like

That seemed to do the trick. Thank you so much!