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

.totals .h4 {
  font-weight: 700;
}

.totals > * {
  margin: 0;
}

.totals .totals__subtotal-value {
  margin-left: 4px;
}

.cart__ctas + .totals {
  margin-top: 2rem;
}