/* Five Posts SIDEBAR */
.five-posts .sc-news-side {
  display: flex;
  border-top: 1px solid #d9d9d9;
}

.five-posts .sc-news-side h4 {
  color: #0084d1;
  margin: 0;
  padding: 15px 15px 10px;
  text-transform: uppercase;
}

.five-posts .news-img {
  align-items: center;
  display: flex;
  margin-right: 12px;
  min-width: 110px !important;
}

.five-posts .news-img a {
  display: block;
  line-height: 0;
}

.five-posts .news-img img {
  width: 110px !important;
  height: auto;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}

.five-posts .news-content {
  display: flex;
  align-items: center;
}

.five-posts .news-content a {
  color: black;
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  padding-right: 10px;
}
