Последний элемент CSS должен быть гибким концом

Setting an automatic left margin for the Last Item will do the work.

.last-item {
  margin-left: auto;
}
Open Osprey