.section-posts.section-posts-useful-link .posts-list {
  gap: 0;
  padding: 0 2.8rem;
}
@media (width >= 1200px) {
  .section-posts.section-posts-useful-link .posts-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 8rem;
    gap: 0.6rem;
  }
}
