.product-list {
    justify-content: center;
}

@media (max-width:767px) {
    .js-product-image{
        width: 150px;
    }
    .list-item-content {
        padding-right: 150px;
        word-break: break-all;
    }
}

@media (max-width:350px) {
    .list-item-content {
        align-items: center;
        justify-content: center;
        padding-right: 0px;
        word-break: break-all;
    }
    .list-item-footer {
        text-align: center;
    }
    .js-product-image{
        position: unset;
    }
    .list-item-prices {
        max-width: 100%;
        align-items: center;
    }
}