@media screen and (max-width: 1260px) and (min-width: 768px) {
  .related-posts .related-posts__posts {
    gap: 12px 10px;
  }
  .related-posts .related-posts__title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
