.Container img {
height: 100%;
width: auto;
margin: 20px;

}
.Container h5 {
    text-align: center;
}

.Container p {

    text-align: center;
    font-size: 12px;
}

.Container div.product {

    float: left;
    margin: 0px 0px 70px 0px;
}

.Container div.title {
    clear: left;
   
}


.Container div.row {

    margin-bottom: 50px
}