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

.totals > *:not(small) {
  font-size: var(--font-h6);
  margin: 0;
}

@media screen and (min-width: 990px) {
  .totals > *:not(small) {
    font-size: var(--font-h4);
  }
}

