.user-detailes {
	background: var(--color-primary);
}
.author-box img {
	display: block;
	margin: 0 auto;
}
.author-role p {
	font-size: 10px;
	font-weight: 150;
	color: var(--color-divider);
    line-height: 100%;
}
.author-role h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
	color: var(--color-white);
}
.user-image {
	width: 96px;
	height: 96px;
	background-size: cover;
	background-position: top;
	position: relative;
}
.user-name {
	font-size: 32px;
	font-weight: 725;
	line-height: 100%;
	color: var(--color-primary);
	margin-bottom: 15px;
	display: block;
}
.user-text {
	font-size: 16px;
	font-weight: 150 !important;
	line-height: 100% !important;
	margin: 0;
	color: var(--color-gray);
}
.afra-single-author-box {
	background: #fff;
}
.afra-single-author-box .author-social {
	position: absolute;
	bottom: -28px;
	right: 0;
	left: 0;
	justify-content: center;
}