.totals {
  display: flex;
  justify-content: space-between;
}

.totals > * {
  margin: 0;
}

