body.author .authors-top-wrap {
  display: flex;
  max-width: 856px;
  overflow: visible;
  margin: 0 auto;
  padding: 1px 0 0;
  text-align: left;
}

body.author .authors-top-wrap .author-top-column-2 {
  order: 2;
  position: relative;
  padding-left: 60px;
}

body.author .authors-top-wrap .author-top-column-1 {
  order: 1;
  width: 540px;
}

body.author .authors-top-wrap .author-top-column-2 .author-avatar {
  width: 256px;
  height: 256px;
  border-radius: 0;
  margin-bottom: 16px;
}

body.author
  .authors-top-wrap
  .author-top-column-2
  .accounts-icons
  .author-social {
  height: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

body.author
  .authors-top-wrap
  .author-top-column-2
  .accounts-icons
  .author-social
  span,
body.author
  .authors-top-wrap
  .author-top-column-2
  .accounts-icons
  .author-social
  i {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #fff;
}

body.author
  .authors-top-wrap
  .author-top-column-2
  .accounts-icons
  .author-social
  a {
  display: inline-block;
  height: 42px;
  width: 42px;
  background: #1450ff;
  text-align: center;
}

body.author
  .authors-top-wrap
  .author-top-column-2
  .accounts-icons
  .author-social
  a
  i {
  line-height: 42px;
  font-size: 32px;
}

body.author
  .authors-top-wrap
  .author-top-column-2
  .accounts-icons
  .author-social
  a
  span.icon-site {
  background-image: url(/wp-content/themes/zeotap/assets/img/icon-site.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  width: 42px;
  height: 42px;
}

body.author .star-icon {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left top;
  top: 123px;
  left: 265px;
}

body.author .authors-top-wrap .author-top-column-1 .authors-top-authors {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-stretch: condensed;
}

body.author .authors-top-wrap .author-top-column-1 h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 57px;
  margin: 0 -20px 8px 0;
}

body.author .authors-top-wrap .author-top-column-1 .authors-top-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: rgb(18, 19, 24, 0.7);
}

body.author .authors-top-wrap .author-top-column-1 .authors-top-desc {
  margin-top: 48px;
}

body.author .authors-top-wrap .author-top-column-1 .authors-top-desc p {
  margin: 0 0 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  max-width: inherit;
}

body.author
  .authors-top-wrap
  .author-top-column-1
  .authors-top-desc
  p:first-child {
  font-size: 22px;
  line-height: 33px;
}

@media (max-width: 800px) {
  body.author .authors-top-wrap {
    display: block;
  }

  body.author .authors-top-wrap .author-top-column-2 {
    display: flex;
    padding-left: 0;
    margin-right: -5px;
  }

  body.author .authors-top-wrap .author-top-column-2 .author-avatar {
    margin-bottom: 32px;
  }

  body.author .authors-top-wrap .author-top-column-2 .accounts-icons {
    padding-left: 16px;
    padding-right: 35px;
  }

  body.author .authors-top-wrap .author-top-column-2 .accounts-icons .author-social {
    flex-direction: column;
  }

  body.author
    .authors-top-wrap
    .author-top-column-2
    .accounts-icons
    .author-social
    a {
    display: block;
  }

  body.author .authors-top-wrap .author-top-column-1 {
    width: auto;
  }

  body.author .authors-top-wrap .author-top-column-1 .authors-top-authors {
    margin-bottom: 8px;
  }

  body.author .authors-top-wrap .author-top-column-1 h1 {
    font-size: 41px;
    line-height: 39px;
    margin-bottom: 4px;
    margin-right: 0;
  }

  body.author .authors-top-wrap .author-top-column-1 .authors-top-desc {
    margin-top: 32px;
  }

  body.author .authors-top-wrap .author-top-column-1 .authors-top-desc p {
    line-height: 28px;
  }

  body.author
    .authors-top-wrap
    .author-top-column-1
    .authors-top-desc
    p:first-child {
    line-height: 31px;
  }
}
