.newsItems {
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  /* min-height: 330px; */
}

#newsCarousel  .owl-stage-outer{
  padding: 5rem 0;
}
#newsCarousel  .owl-nav{
  text-align: center;
}
.newsItems p {
  max-height: 150px;
  overflow-y: hidden;
}
.redDot {
  background-color: red;
  display: inline-block;
  border-radius: 50px;
  height: 12px;
  width: 12px;
  margin-right: 5px;
}
.redDotnews::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: red;
  border-radius: 50px;
  height: 12px;
  width: 12px;
}
