Remove top padding on "image with text" elements on mobile only - DAWN THEME

I am looking to remove top padding from these two sections only on mobile.

I don’t want it to effect any other image with text elements across the website.

https://obadiahcoffee.com/pages/seasonal-subscription

In section settings find “Custom CSS” and paste code like this:

@media screen and (max-width: 749px) {
 .image-with-text__content {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

Will apply only to this section and would look like: