Hello Tommy,
Please try this code in X > Theme Options > CSS:
@media (min-width: 768px) {
.blog .x-main article .entry-wrap .entry-header, .blog .x-main article .entry-wrap .excerpt {
width: 65%;
float: right;
}
.blog .x-main article .entry-wrap .entry-featured {
width: 30%;
float: left;
margin-top: 0;
}
}
Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.
Hope this helps.