Add this code to the Custom CSS field on the More tab of your Facebook Feed widget’s settings:
.eapps-facebook-feed-posts-item-content {
display: flex;
flex-direction: column-reverse;
gap: 12px;
}
.eapps-facebook-feed-posts-item-content-picture {
margin-top: 0;
}