.author-page__wrap {
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  background: #ebebeb;
}

@media (min-width: 768px) {
  .author-page__wrap {
    flex-direction: row;
    gap: 60px;
  }
}

.author-page__wrap main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.author-page__wrap main .photo {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-page__wrap aside {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
