.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* تعداد خطوط مجاز */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}


.brand-logo{
    min-height: 300px !important;
    max-height: 300px !important;
}
