.producto__titulo{
    font-size: 4.2vh;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: .8rem;
    text-transform: uppercase;
}
.producto__descripcion{
    padding: 0.8rem;
    line-height: 1.3rem;
    text-align: justify;
   
}
@media (max-width: 700px) {
    .producto__titulo{
        font-size: 2.2vh;
        text-align: center;
    }
}