Change border radius of the widget

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

.yottie-widget-inner{
    border-radius: 16px;
    overflow: hidden;
}