.card {
  width: 350px !important;
  height: 350px !important;
}

.card-header > span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-image-div {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.img-fluid {
  max-width: 100%;
  max-height: 100%;
  width: auto; /* Stretch the image to the available space */
  height: auto; /* Stretch the image to the available space */
}
