.jsonproducts{
    width:100%;
    height:75px !important;
    display:block;
    flex-direction:row;
    gap:20px;
    overflow:hidden;
}
.product-item{
    width:250px;
    float:left;
    display:inline-block;
    font-family: 'Mulish', Arial, sans-serif;
}
.product-item img{
    width:75px;
    height:75px;
    float:left;
    display:inline-block;
    border-radius:5px;
    margin-right:15px;
}
.product-item h3{
    font-size:14px;
    line-height:1.3 !important;
}
.product-item a{
    color:#779a46 !important;
}
.product-item p{
    font-size:12px;
}