.related-article-title {
  font-weight: 600;
  text-decoration: none;
  font-size: 1.35rem;
  white-space: normal;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 750px) {
  .related-article-title {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}