@media only screen and (min-width : 768px) {
    .checkout-cart-index .cart-summary{
        width: 28% !important;
    }
    .checkout-cart-index .form.form-cart{
        width: 72% !important;
        padding-right: 1% !important;
    }
}