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

.totals > * {
  font-size: 1.6rem;
  margin: 0;
}

.totals__total-value,
.totals > h2 {
  color: #373530;
  font-size: 16px;
  font-family: 'GT America Mono';
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
