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

.totals h3, .totals .totals__subtotal-value
{
  font-family: Helvetica Neue LT Std, sans-serif;
  color: var(--Greyscale-Grey-800, #4A4A49);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

