Hello @effess: Go to Appearance => Customize => Additional CSS and add the following CSS.
To remove border of Blog Excerpts widget
#secondary .widget_custom_html {
border: none;
}
To remove border of Where to buy widget
#secondary #text-19 {
border: none;
}
To remove border of Rebecca Blog widget
#secondary #text-20 {
border: none;
}