.blog_listing {
  padding-bottom: 20px;
}

.blog {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-inner .title {
  margin-top: 10px;
  font-size: 18px;
}
.blog-inner .title a {
  color: #000000;
}

.date-list {
  list-style-type: none;
  padding: 0;
}
.date-list .fa.fa-calendar {
  margin-right: 20px;
}

.blog_single .post-thumbnail {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.relatedthumb h4 {
  line-height: 20px;
  margin-top: 10px;
}
.relatedthumb h4 a {
  font-size: 18px;
  color: #000000;
}
.relatedthumb .image a {
  display: block;
}
.relatedthumb .image a img {
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .relatedthumb .image a {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 200px;
  }
}
.readmore {
  color: #666666;
}
.readmore:hover {
  color: #000000;
}

.relatedposts {
  margin-top: 40px;
  margin-bottom: 20px;
}

.related-blog-cont {
  margin-bottom: 20px;
}