.productos {
width: 940px;
margin: 0 auto;
padding: 50px;
}
.productos li{
display: inline-block;
text-align: center;
width: 30%;
vertical-align: top;
margin: 0 1.52%;
padding: 30px 20px;
box-sizing: border-box;
}
.productos h2 {
font-size: 30px;
font-weight: bold;
}
.prudocuto-descripcion{
font-size: 18px;
}
.producto-precio{
font-size: 20px;
font-weight: bold;
margin-top: 10px;
}