.post-author-block .block-inner {
	display: flex;
	align-items: center;
	gap: 16px;
}
.post-author-block .author-image img {
border-radius:100%;
  height: 86px;
  width: 86px;
  object-fit: cover;
  object-position: center;
}
.post-author-block .author-name {
}
.post-author-block .job-role {
	color: #566067;
	font-weight: 500;
		margin-top: 4px;
}