.related-contents a {
  outline: none;
}
.related-contents img {
  /*padding-top: 1rem;*/
}
.related-contents h3 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .related-contents .col-md h3 {
    margin-bottom: 1.5rem;
  }
  .related-contents .col-md:last-child h3 {
    margin-bottom: 0;
  }
}
