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

.totals > h2 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

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