.totals {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 16px;
}

.totals > * {
  margin: 0;
}

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

.totals * {
  line-height: 1;
}

.totals .totals__total-value {
  font-weight: 600;
}