#news-wrapper-placeholder {
  height: 50vh;
  background-color: rgba(87, 87, 87, 0.5);
  border-radius: 10px;
  padding: 0 30px;
}

#news-wrapper-placeholder:hover {
  background-color: rgba(87, 87, 87, 0.625);
}

#news-wrapper {
  overflow: hidden;
  scrollbar-width: none;
}

.carousel-control-prev-icon {
  margin-left: 6px;
}

.carousel-control-next-icon {
  margin-right: 6px;
}

.news-text {
  text-align: justify;
}

.news-read-more-link {
  color: #fff;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.news-read-more-link:hover {
  color: #32805c !important;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #32805c;
          text-decoration-color: #32805c;
}

.news-body {
  color: white;
  height: 35vh;
  overflow-y: auto;
  font-style: none;
  font-size: 18px;
}

.news-date {
  color: white;
  font-size: 15px;
  font-style: italic;
}
/*# sourceMappingURL=news-feed.css.map */