.related-posts-list .one-third {
  box-sizing: border-box;
  margin-bottom: 15px;
  box-shadow: 2px 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.related-posts-list .one-third:first-child {
  margin-left: 0;
}
a.related-post-title {
  line-height: 27px;
  font-size: 16px;
}
.related-post-image {
  vertical-align: top;
  margin-bottom: 10px;
  width: 350px;
  height: 150px;
}
.related {
  background-color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}
.related a {
  text-decoration: none;
}
.related-title {
  background-size: 100% 100%;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 12px;
}
.related-title:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 2px solid #ddd;
  margin-bottom: 1em;
}
.related-posts {
  padding-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.related-post {
  width: 100%;
  opacity: 0.8;
}
.related-post:hover {
  opacity: 1;
}
.one-copy {
  padding: 15px 12px 17px;
}
.one-third {
  height: 250px;
}
.related-entry-header {
  padding: 5%;
}
@media only screen and (max-width: 840px) {
  .one-third {
    width: 32%;
    margin-right: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .one-third {
    width: 100%;
    height: 100%;
  }
  .related-post {
    width: 100%;
  }
  .related-posts {
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }
  .related-post-image {
    width: 100%;
  }
}