div#desc.fine {
    max-height: 650px;
}
div#desc {
    max-height: 0;
    overflow: auto;
    color: #000;
    padding-right: 1.5rem;
    line-height: 2;
    text-align: justify;
}