/* NEWS SIDEBAR */
.sc-news-sidebar .sc-news-side {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
}

.sc-news-sidebar h2.block-title {
  border-bottom: 1px solid var(--red) !important;
  color: var(--red);
  font-size: 1.5em;
  text-transform: uppercase;
}

.sc-news-sidebar .news-img {
  /*margin-right: 12px;*/
  min-width: 65px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-news-sidebar .news-img a {
  display: block;
  line-height: 0;
}

.sc-news-sidebar .news-img img {
  width: 65px !important;
  height: auto;
}

.sc-news-sidebar .news-content a {
  color: black;
  font-size: 1em;
  line-height: 20px;
  font-weight: 600;
  padding-top: 5px;
  display: block;
  padding-right: 5px;
}

.sc-news-sidebar .news-content a p {
  margin: 1em 0;
}

.sc-news-sidebar .gray-bg {
  background: #e5e5e5;
}

.news-count {
  font-size: 2.5em;
  color: var(--red);
  font-weight: bold;
}