@media screen and (min-width: 1261px) {
  .posts {
    padding: 80px 0 0;
  }
  .posts .section-description {
    font-size: 22px;
    line-height: 36px;
  }
  .posts .section-title {
    font-size: 46px;
    line-height: 76px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .posts .post-item__columns {
    width: 375px;
  }
  .posts .posts-item__columns-content {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
  }
  .posts .posts-item__columns-content .post-item {
    width: 375px;
    padding: 32px;
    break-inside: avoid;
  }
  .posts .posts-item__columns-content .post-item .social_icon {
    width: 26px;
  }
  .posts .posts-item__columns-content .post-item .social_icon.x {
    height: 26px;
  }
  .posts .posts-item__columns-content .post-item .social_icon.tiktok {
    height: 22px;
  }
  .posts .posts-item__columns-content .post-item .author .author_image {
    width: 48px;
    height: 48px;
  }
  .posts .posts-item__columns-content .post-item .author .author_image img {
    width: 48px;
    height: 48px;
  }
  .posts .posts-item__columns-content .post-item .author .author_name .author_full_name {
    font-size: 14px;
    line-height: 22px;
  }
  .posts .posts-item__columns-content .post-item .author .author_name .author_username {
    font-size: 12px;
    line-height: 20px;
  }
  .posts .posts-item__columns-content .post-item .visual_container {
    margin: -20px 0 20px;
  }
  .posts .posts-item__columns-content .post-item .visual_container .video_container img, .posts .posts-item__columns-content .post-item .visual_container .video_container video {
    width: 342px;
  }
  .posts .posts-item__columns-content .post-item .description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .posts .posts-item__columns-content .post-item .post_footer {
    font-size: 14px;
    line-height: 22px;
  }
  .posts .posts-item__columns-content .post-item .post_footer .post_date {
    display: flex;
    gap: 20px;
  }
  .posts .posts-item__columns-content .post-item .post_footer .post_like {
    padding-left: 26px;
  }
  .posts .posts-item__columns-content .post-item.x .video_container img, .posts .posts-item__columns-content .post-item.x .video_container video {
    height: 166px;
  }
  .posts .posts-item__columns-content .post-item.tiktok .video_container img, .posts .posts-item__columns-content .post-item.tiktok .video_container video {
    height: 607px;
  }
  .posts.new_format .post-item__columns {
    width: 408px;
  }
  .posts.new_format .posts-item__columns-content .post-item {
    width: 408px;
  }
}
