You can adjust the height on your Featured Listings, if needed.
At small screen sizes you can adjust the height of the listing to be what you like.
Go to Appearance > Customize > Additional CSS and add this CSS.
.home-listings .featured-listings .entry { min-height: 140px; }
Change the 140px to be what you like.