/*Teacher - single*/
.tt_class_card_list .tt_class_card .tt_class_card_subtitle p {
  margin-bottom: 0;
}
.tt_class_card_list .tt_class_card .tt_class_card_desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tt-teachers-list .tt-teachers-list-item .tt-teachers-list-item-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tt-teachers-list .tt-teachers-list-item::before {
  display: block;
  height: 2px;
  background-color: #dcdcdc;
  bottom: 0;
  left: 65px;
  position: absolute;
  z-index: 10;
  top: unset;
  width: calc(100% - 70px);
  content: "";
}
.tt-teachers-list .tt-teachers-list-item::after {
  background-color: #2c75e4;
  display: block;
  width: 50px;
  height: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  content: "";
}
