.blog-section.masonry-style article.six .blog-excerpt .h2 {
  margin-top: 0;
  color: #fff;
  font-size: 1.333em;
  line-height: 1.34;
  font-weight: bold;
}

.blog-section.masonry-style article.three .blog-excerpt .h2 {
  margin-top: 0;
  font-size: .889em;
  color: #505050;
  line-height: 1.34;
  font-weight: bold;
}

.blog.list-style .h2 {
  margin-bottom: .313em;
}

#tabs-nav h2 {
  font-size: 1rem;
}

.archive_tag {
  font-size: 1rem;
  margin-bottom: 0;
}

.timeline-label {
  clear: both;
}

.timeline-label img {
  padding-bottom: 20px;
  box-sizing: content-box;
}

.timeline-label__content {
	width: 16%;
  float: left;
}

@media screen and (max-width: 1200px) {
  .timeline-label__content {
    width: 20%;
  }
}

@media screen and (max-width: 830px) {
  .timeline-label__content {
    width: 25%;
  }
}

@media screen and (max-width: 650px) {
  .timeline-label__content {
    width: 33%;
  }
}

@media screen and (max-width: 500px) {
  .timeline-label__content {
    width: 50%;
  }
}

.timeline-label img {
  padding-bottom: 20px;
  box-sizing: content-box;
}