@media screen and (max-width: 1260px) and (min-width: 768px) {
  .posts {
    padding: 40px 0 0;
  }
  .posts .section-title {
    font-size: 36px;
    line-height: 58px;
    margin-bottom: 10px;
  }
  .posts .section-description {
    font-size: 18px;
    line-height: 34px;
  }
  .posts .post-item__columns {
    width: 300px;
  }
  .posts .posts-content {
    margin-top: 64px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .posts .posts-content .posts-item__columns-content {
    transform: perspective(1200px);
    height: 942px;
  }
  .posts .posts-content .slider-items {
    column-count: 2;
    column-gap: 20px;
    width: 720px;
    margin: 0 10px;
  }
  .posts .posts-content .post-item {
    padding: 30px;
    break-inside: avoid;
  }
  .posts .posts-content .post-item .social_icon {
    width: 26px;
  }
  .posts .posts-content .post-item .social_icon.twitter {
    height: 26px;
  }
  .posts .posts-content .post-item .social_icon.tiktok {
    height: 22px;
  }
  .posts .posts-content .post-item .author .author_image {
    width: 50px;
    height: 50px;
  }
  .posts .posts-content .post-item .author .author_image img {
    width: 42px;
    height: 42px;
  }
  .posts .posts-content .post-item .author .author_name .author_full_name {
    font-size: 14px;
    line-height: 22px;
  }
  .posts .posts-content .post-item .author .author_name .author_username {
    font-size: 12px;
    line-height: 20px;
  }
  .posts .posts-content .post-item .visual_container {
    margin: -20px 0 20px;
  }
  .posts .posts-content .post-item .visual_container .video_container img, .posts .posts-content .post-item .visual_container .video_container video {
    width: 275px;
  }
  .posts .posts-content .post-item .description {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .posts .posts-content .post-item .post_footer {
    font-size: 14px;
    line-height: 22px;
  }
  .posts .posts-content .post-item .post_footer .post_date {
    display: flex;
    gap: 20px;
  }
  .posts .posts-content .post-item .post_footer .post_like {
    padding-left: 26px;
  }
  .posts .posts-content .post-item.twitter .video_container img, .posts .posts-content .post-item.twitter .video_container video {
    height: 130px;
  }
  .posts .posts-content .post-item.tiktok .video_container img, .posts .posts-content .post-item.tiktok .video_container video {
    height: 480px;
  }
}
