.companyPreviewBox .description {
    max-height: 58px;
    overflow: hidden;
    color: #2c2c2c;
    position: relative;
    font-size: 12px;
    line-height: 14px;
}

.companyPreviewBox .description::before {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),#f8f9fb 75%);
}

.companyPageDescription {
    max-height: 500px;
    overflow-y: auto;
}