.articleNameCustom {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  font-size: 1rem !important;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
}