.blog .blog-entry {
  *zoom: 1;
  margin-bottom: 5rem;
}
.blog .blog-entry:before,
.blog .blog-entry:after {
  content: '';
  display: table;
}
.blog .blog-entry:after {
  clear: both;
}
.blog .blog-entry .blog-entry__title {
  display: inline-block;
}
@media (min-width: 960px) {
  .blog .blog-entry .blog-entry__title {
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
  }
  .blog .blog-entry .blog-entry__title:hover {
    color: #515151;
  }
}
.blog .blog-entry p {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1.4;
}
