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

.totals > * {
  margin: 0;
}

.totals > h2 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}
