@media screen and (min-width: 1261px) {
  .home-header {
    background-image: linear-gradient(#F4F4F4, #FFFFFF);
    padding: 188px 0 80px;
  }
  .home-header .author_container {
    gap: 30px;
    align-items: center;
    width: 1010px;
  }
  .home-header .author_container .author_avatar {
    width: 160px;
    height: 160px;
    padding: 8px;
  }
  .home-header .author_container .author_avatar img {
    width: 144px;
    height: 144px;
  }
  .home-header .author_container .author_content {
    width: calc(100% - 190px);
  }
  .home-header .author_container .author_content .author_content_header {
    gap: 23px;
  }
  .home-header .author_container .author_content .author_content_header .author_name {
    font-size: 20px;
    line-height: 34px;
  }
  .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: #EAEAEA;
  }
  .home-header .author_container .author_content .author_biography {
    font-size: 18px;
    line-height: 30px;
  }
  .home-header .page-title {
    font-size: 36px;
    line-height: 52px;
  }
  .home-header .page-title .desktop {
    display: inline;
  }
  .home-header .page-description {
    font-size: 20px;
    line-height: 32px;
  }
  .home-header .page-description .desktop {
    display: inline;
  }
  .search .home-header .page-title,
  .archive .home-header .page-title {
    font-size: 24px;
    line-height: 34px;
  }
  .author .home-header {
    padding: 200px 0 80px;
  }
}