.hc-blog-author--banner {
	position: relative;
	padding: 75px 0;
}

.hc-blog-author--banner_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hc-blog-author--banner_content {
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

h1.hc-blog-author--banner_title {
	font-family: var(--pillar-font-bold);
	background: linear-gradient(90deg, rgba(207, 50, 61, 0) 0%, #cf323d 100%),
		#7d52f8;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin: 0 0 0px 0 !important;
	font-weight: 600 !important;
}

.hc-blog-author--banner_description {
}

.hc-blog-author--banner_image {
	position: relative;
	z-index: 1;
	max-width: 100%;
	height:auto;
}

.hc-blog-author--banner_linkedin {
	margin-top: 15px;
	display: inline-flex;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background-color: var(--pillar-main);
	align-items: center;
	justify-content: center;
}

h2.hc-blog-author--banner_position {
	font-weight: bold;
	margin: 0 0 0 0 !important;
	font-size: 28px!important;
}
