Change layout: left image/right text - left text/right image

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

[class*="layout__List"]>:nth-child(odd)>a {
    flex-direction: row-reverse;
}