.news-post {
padding: 120px 0;
min-height: 100vh;
color: #000;
}

.news-post .fa, #news_post_category {
color: #000;
font-size: 17px;
}

.post-info{
  font-size: 14px;
  background-color: #1abc9c;
  color: #000;
  padding: 5px;
  border:#ccc 1px solid;
}

.news-post-title {
  padding: 5px;
}

.news-post h3{
  font-size: 20px;
}

.news-post p{
  font-size: 14px;
}

.author_article_image{
  position: absolute;
  border-radius: 100%; 
  margin: .5%;
}

.template-img-responsive{
  width: 100%;
  margin-bottom: 2%;
}

.related-post-title {
  font-size: 12px;
  font-weight: bold;
}

.news-post-wells {
 background-color: #f5f5f5; 
 border: 1px solid #d5d5d5;
 border-radius: 10px;
 margin: 5px;
 padding: 15px;
}



@media (max-width: 600px) {
.post-info{
  font-size: 10px;
}

}
