@media screen and (max-width: 767px) {
  .home-header {
    padding: 148px 0 40px;
  }
  .home-header .author_container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 100%;
  }
  .home-header .author_container .author_avatar {
    width: 60px;
    height: 60px;
    padding: 4px;
  }
  .home-header .author_container .author_avatar img {
    width: 52px;
    height: 52px;
  }
  .home-header .author_container .author_content .author_content_header {
    gap: 12px;
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }
  .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_biography {
    font-size: 14px;
    line-height: 26px;
  }
  .home-header .page-title {
    font-size: 26px;
    line-height: 36px;
  }
  .home-header .page-title .mobile {
    display: inline;
  }
  .home-header .page-description {
    font-size: 18px;
    line-height: 30px;
  }
  .home-header .page-description .mobile {
    display: inline;
  }
  .search .home-header .page-title,
  .archive .home-header .page-title {
    font-size: 20px;
    line-height: 30px;
  }
}