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

.totals > * {
  margin: 0;
}

.totals * {
  font-size: 100%;
  letter-spacing: normal;
  font-weight: 500;
  margin: 0;
}

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