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

.totals > h2,
.totals .totals__total-value {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
}

@media all and (min-width: 1200px) {
  .totals > h2,
  .totals .totals__total-value {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}
