@media screen and (max-width: 767px) {
  #post_header .container {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 164px 0 40px;
  }
  #post_header .container .post-header {
    margin-bottom: 18px;
  }
  #post_header .container .post-header .single-post-title {
    font-size: 26px;
    line-height: 38px;
  }
  #post_header .container .post-info {
    flex-direction: column-reverse;
    row-gap: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  #post_header .container .post-info .post-info__time {
    flex-direction: row;
    justify-content: flex-start;
    gap: 4px;
  }
  #post_header .container .post-info .post-info__authors {
    gap: 12px;
  }
  #post_header .container .post-info .post-info__authors .post-info__author {
    gap: 10px;
  }
  #post_header .container .post-info .post-info__authors .post-info__author .author_avatar {
    width: 36px;
    height: 36px;
  }
  #post_header .container .post-info .post-info__authors .post-info__author .author_avatar img {
    width: 36px;
    height: 36px;
  }
}