A few CSS tricks mentioned by the community CSS Wiki can be applied here with some modification. See below for the positional example based on your mockup, but please note that the following css snippets are custom modification and may need to be adjusted with the potential future dashboard updates.
Title positioning
.tile .title { top:60%; }
Icon positioning
.tile .icon { display: unset; position: relative; top:15%;}
Footer positioning
.tile .tile-footer { text-align: center; bottom: unset; top:75%; }
.tile .tile-footer .status span.right { float: inherit!important; }