
.product-list-item .info-wrapper{
    margin-top: 16px;
    max-width: 580px;
}


.product-title + .html-edit{
    margin-top: 40px;
}

@media screen and (max-width: 767px) {


    .product-list-item .info-wrapper{
        max-width: 100%;
    }

    .product-list-item .btn-block{
        /* justify-content: center; */
    }
}