Remove image borders

Add this code to the Custom CSS field on the Style tab of your widget’s settings:

[class*='Image__ImageComponentContainer-sc']::after {
    border: none !important;
}