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

.cart__checkout-button {
    max-width: 60rem;
}