﻿.txt-length {
    padding-left: 2vw;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 320px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 15px;
}

.course-features li .label1 {
    width: 10%;
}

.course-features li .value1 {
    width: 90%;
}
.clg-list {
    list-style-type: none;
}

.txt-length-clg {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 15px;
}

.card-picture {
    /*float: left !important;*/
    width: 23rem !important;
    height: 15rem !important;
    object-fit: fill !important;
}

.card-txt-height {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    max-height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}