.news_author {
  font-size: 0.9rem;
  font-weight: 600;
  color: #656565;
}

.news_page_link {
  color: #787878;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.news_page_link:hover {
  color: #393939;
}

.news_hashtag {
  color: #a4a4a4;
  font-size: 14px;
  margin-top: 35px;
  margin-bottom: 0px;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 15px;
  word-break: break-word;
  line-height: 2.5;
}

.news_hashtag:hover {
  color: #454545;
}

.news_comments_head {
  color: #989898;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}

.news_share_icon {
  font-size: 20px;
  color: #6c757d;
  margin-right: 15px;
}

.news_share_icon:hover {
  color: #2a2a2a;
}

@media (max-width: 768px) {
  .news_date_publish {
    margin-top: 15px;
  }
}

/* The styling for the atricle itself */

.news_article_title {
  font-weight: 800;
  font-size: 1rem;
  color: #014d6f;
  margin-top: 25px;
  text-transform: uppercase;
}

.news_article_sub-title {
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: var(--bs-link-hover-color);
  margin-top: 30px;
}

.news_article_devider {
  width: 90%;
  margin: auto;
  margin-top: 9px;
}

.news_article_category {
  font-weight: bold;
  font-size: 14px;
  color: #ef8e19;
  margin-left: 10px;
  margin-bottom: 0px;
}

@media (max-width: 576px) {
  .news_article_category {
    margin-left: 0px;
    margin-top: 5px;
  }
}

