.cart-section {
    margin: 30px 0;
}


@media screen and (min-width: 768px) {
    .cart-section .woocommerce {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
}