@media screen and (max-width: 1260px) and (min-width: 768px) {
  .home-header {
    padding: 148px 0 50px;
  }
  .home-header .author_container {
    gap: 30px;
    width: 100%;
  }
  .home-header .author_container .author_avatar {
    width: 140px;
    height: 140px;
    padding: 8px;
  }
  .home-header .author_container .author_avatar img {
    width: 124px;
    height: 124px;
  }
  .home-header .author_container .author_content {
    width: 550px;
  }
  .home-header .author_container .author_content .author_content_header {
    gap: 23px;
  }
  .home-header .author_container .author_content .author_content_header .author_name {
    font-size: 18px;
    line-height: 32px;
  }
  .home-header .author_container .author_content .author_content_header .author_links a {
    top: 1px;
  }
  .home-header .author_container .author_content .author_content_header .author_links:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    left: -12px;
    top: 2px;
    background: rgba(41, 41, 41, 0.2);
  }
  .home-header .author_container .author_content .author_biography {
    font-size: 14px;
    line-height: 26px;
  }
  .home-header .page-title {
    font-size: 36px;
    line-height: 52px;
  }
  .home-header .page-title .tablet {
    display: inline;
  }
  .home-header .page-description {
    font-size: 20px;
    line-height: 32px;
  }
  .home-header .page-description .tablet {
    display: inline;
  }
  .search .home-header .page-title,
  .archive .home-header .page-title {
    font-size: 24px;
    line-height: 34px;
  }
  .author .home-header {
    padding: 128px 0 50px;
  }
}