.main-header-author {
    padding: 20px 0;
    background: #F7F7F7;
}
.author-info-block {
    display: flex;
}
.author-info-block-avatar {

}
.author-info-block-text {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 40px;
}
.author-info-block-avatar img.avatar-img {
    border-radius: 50%;
    width: 140px;
}
.author-info-block-text .name {
	font-size: 23px;
	font-weight: 700;
	line-height: 32px;
	margin-right: 10px;
	margin-bottom: 14px;
}
.author-info-block-text .results-count {
	color: #4B5159;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}