h1 {
    font-size: 35px;
    line-height: 40px;
}

@media screen and (max-width: 767px){
    .view-commerce-cart-form .table{
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}