.vac_txt-more_info,
.res_txt-more_info {
    color: #818a91;
    /*margin-top: 3px;*/
}

.vac_txt-more_info.txt-v-1,
.vac_txt-more_info.txt-v-4 {
    margin-top: 3px;
    display: block;
}

.res_txt-more_info.txt-r-1 {
    margin-top: 3px;
    display: block;
}

.top_b_mob {
    display: none;
}

.rubricList .rubric-card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 30px;
}

.ck.ck-editor {
    white-space: pre-wrap;
}


@media screen and (max-width: 499px) {
    .top_b_mob {
        display: block;
    }
}