@media screen and (max-width: 767px) {
  .posts {
    padding: 30px 0 0;
  }
  .posts .section-title {
    text-align: left;
    font-size: 32px;
    line-height: 48px;
  }
  .posts .section-description {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }
  .posts .post-item__columns {
    width: 300px;
  }
  .posts .posts-content {
    margin: 48px auto 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .posts .posts-content .posts-item__columns-content {
    transform: perspective(1200px);
    height: 1000px;
  }
  .posts .posts-content .post-item {
    position: relative;
    padding: 20px;
  }
  .posts .posts-content .post-item .social_icon {
    width: 18px;
  }
  .posts .posts-content .post-item .social_icon.twitter {
    height: 18px;
  }
  .posts .posts-content .post-item .social_icon.tiktok {
    height: 22px;
  }
  .posts .posts-content .post-item .author .author_image {
    width: 40px;
    height: 40px;
  }
  .posts .posts-content .post-item .author .author_image img {
    width: 32px;
    height: 32px;
  }
  .posts .posts-content .post-item .author .author_name .author_full_name {
    font-size: 12px;
    line-height: 20px;
  }
  .posts .posts-content .post-item .author .author_name .author_username {
    font-size: 10px;
    line-height: 18px;
  }
  .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: 258px;
  }
  .posts .posts-content .post-item .description {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .posts .posts-content .post-item .post_footer {
    font-size: 12px;
    line-height: 20px;
  }
  .posts .posts-content .post-item .post_footer .post_date {
    display: flex;
    gap: 20px;
  }
  .posts .posts-content .post-item .post_footer .post_like {
    padding-left: 24px;
  }
  .posts .posts-content .post-item.twitter .video_container img, .posts .posts-content .post-item.twitter .video_container video {
    height: 145px;
  }
  .posts .posts-content .post-item.tiktok .video_container img, .posts .posts-content .post-item.tiktok .video_container video {
    height: 459px;
  }
}
