.breaking-news {
  background-color: var(--primary-color);
  color: white;
  /* padding: 5px 15px; */
  margin: 0;
  /* border-radius: 8px; */
}

.breaking-container {
  height: 420px;
  overflow: auto;
}

.breaking-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breaking-title h1 {
  font-size: var(--font-size-lg);
  padding: 20px;
}

.svg-inline--fa.fa-bullhorn {
  font-size: var(--font-size-lg);
}

.breaking-item {
  display: flex;
  margin-bottom: 10px;
}

.breaking-meta {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.breaking-text {
  color: white;
}

.breaking-text a {
  color: white;
  text-decoration: none;
}

.tag {
  background: linear-gradient(to right, #900000 0%, #ae5353 100%);
  color: #fff;
  display: block;
  width: 50px;
  text-align: center;
  margin: 0 auto 5px auto;
}
