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

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