.product_list_item{
display:flex;
justify-content:space-between;
margin-bottom:40px;
}

.product_list_item figure{
width:150px;
}

.product_list_item figcaption{
width:calc(100% - 150px);
padding:0 0 0 20px;
font-size:13px;
}

.product_list_item figcaption .widget-title{
font-size:17px;
letter-spacing: 0;
}