.post-list{
  font-size: 14px;
}

.post-list h3{
  color: #005E82;
  font-size: 18px;
  font-weight: 700;
}

.post-list .read-more{
  color: #005E82;
  font-size: 14px;
  font-weight: 700;
  float: right;
}

.post-list .post_date{
  font-size: 14px;
}

.post_image{
  width: 200px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.side_bar h4{
  color: #005E82;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #707070;
  padding-bottom: 5px;
}
.category_list{
  list-style: none;
  padding-left: 0;
}

.category_list li{
  color: #005E82;
  border-bottom: 1px solid #707070;
  margin-bottom: 5px;
}

.category_list li:last-of-type {
  border-bottom: none;
}

.category_list li i{
  padding-right: 5px;
}

.latest_post_tn{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}