.totals {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.totals .totals__subtotal,
.totals .totals__subtotal-value{
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.6rem + var(--mobile-boost));
  line-height: 2.4rem;
  margin: 0;
}