cart-items .title-wrapper-with-link {
  margin: 5rem 0 3rem;
}

cart-items .title-wrapper-with-link .title {
  font-size: 2.8rem;
}

.cart-items th {
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 1);
}

.cart__footer .tax-note {
  text-align: center;
}

@media screen and (min-width: 750px) {
    .cart__footer>* {
        width: 40rem;
    }
}