#newsCarousel .carousel-item {
  min-height: 400px;
  max-height: 400px;
}

#newsCarousel .card-body {
  height: 150px;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#newsCarousel .card-body h6 {
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
}

#newsCarousel .card-body p {
  line-height: 1.4;
  height: 60px;
  overflow: hidden;
}

#newsCarousel .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
