Not sure that it is easier than to write a few lines of CSS code. :)
If someone is required ...
Add the featured-layout class name in Articles addon and use the following code
.featured-layout .sppb-col-sm-4:first-child {
flex: 0 0 100%;
max-width: 100%;
}
.featured-layout .sppb-col-sm-4:first-child .sppb-addon-article {
display: flex;
}
.featured-layout .sppb-col-sm-4:first-child .sppb-article-info-wrap {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 30px 0px 30px 40px;
}
Will looks like this
