@media screen and (max-width: 767px) {
  .related-posts .related-posts__posts {
    gap: 10px;
  }
  .related-posts .related-posts__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
