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

.totals > * {
  margin: 0;
}

.totals > h2 {
  font-size:1rem; text-transform:uppercase;
}

.totals__total-value {
  font-size: 1.2rem;
}
