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

.totals > * {
  font-size: 1.3rem;
  margin: 0;
  font-weight: var(--font-body-weight-semibold);
}
