Hello @rebecca-wieser
To make the three different widgets in the front page widget area appear like one single block and have a single background color please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :
#sidebar-front-page-widget-area .trade_line_widget_services{
margin-top: 0px;
background: #94a3e8 ;
}
You can change the background color to the color hex code of your choice. For reference on color hex code: see this link.
Hope this helps,
Best Regards !!