Hi There,
Please add class custom-feature-box on the element class field.
Then add the following CSS in Appearance > Customize > CSS:
.custom-feature-box .x-feature-box-graphic {
margin-left: 50px;
margin-right: 70px;
position: absolute;
right: 0;
top: 0;
}
.custom-feature-box .x-feature-box-content {
float: right;
margin-right: 150px;
}
.custom-feature-box.x-feature-list .x-feature-box {
position: relative;
}
Then you may now remove the html space you’ve added.
Hope this helps.