.totals {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.totals > * {
  margin: 0;
}

.totals > h2 {
  font-size: 14px;
}

.totals * {
  line-height: 1;
}

@media all and (min-width: 750px) {
  .totals {
    justify-content: flex-end;
  }
}
