.content span{
    color:#fff;
    font-size: 45px;
}
ul.list-products li .box a {
    min-height: auto !important; 
}
.box {
    border: 1px solid rgba(0,0,0,.2);
    padding:10px;
    background-color:#fff;
}
.box:hover {
    border: 1px solid rgba(0,0,0,.7);
}
.box h4{
    color:#762a2d;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.chart-box {
   
}