/* ---- FRONT-END ---- */
#hbn-project-header-wrapper #hbn-project-header-content-image-wrapper {
	display: flex;
}

#hbn-project-header-wrapper #hbn-project-header-content-image-wrapper #hbn-project-header-content-wrapper {
	display: inline-flex;
	flex: 0 0 50%;
	max-width: 50%;
}

#hbn-project-header-wrapper  #hbn-project-header-content-image-wrapper #hbn-project-header-content-wrapper .hbn-project-header-content-container {
	display: flex;
	flex-direction: column;
	flex: 0 0 100%;
	justify-content: center;
	padding-right: 16.6%;
}

#hbn-project-header-wrapper  #hbn-project-header-content-image-wrapper #hbn-project-header-content-wrapper .hbn-project-header-content-container h2.hbn-project-header-project-title {
	font-family: 'Averta Semibold';
	font-size: clamp( 14px, 0.90395vw, 16px);
	color: #272049;
	margin-bottom: 20px;
}

#hbn-project-header-wrapper  #hbn-project-header-content-image-wrapper #hbn-project-header-content-wrapper .hbn-project-header-content-container h1.hbn-project-header-project-description {
	font-family: 'Averta Bold';
	font-size: clamp( 56px, 3.67232vw, 65px);
	color: #272049;
	margin-top: 0;
	margin-bottom: 20px;
}

#hbn-project-header-wrapper  #hbn-project-header-content-image-wrapper #hbn-project-header-content-wrapper .hbn-project-header-content-container .hbn-project-header-project-date {
	font-family: 'Averta Regular';
	font-size: clamp( 28px, 1.80791vw, 32px);
	color: #FFFFFF;
}

#hbn-project-header-wrapper #hbn-project-header-content-image-wrapper #hbn-project-header-image-wrapper {
	display: inline-flex;
	flex: 0 0 50%;
	max-width: 50%;
}

#hbn-project-header-wrapper  #hbn-project-header-content-image-wrapper #hbn-project-header-image-wrapper .hbn-project-header-image-container {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	width: 100%;
}

#hbn-project-header-wrapper #hbn-project-header-content-image-wrapper #hbn-project-header-image-wrapper .hbn-project-header-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}



@media(max-width: 767px) {
	#hbn-project-header-wrapper #hbn-project-header-content-image-wrapper {
		position: relative;
		flex-direction: column;
		padding-bottom: 35px;
	}

	#hbn-project-header-wrapper #hbn-project-header-content-image-wrapper #hbn-project-header-content-wrapper {
		display: flex;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#hbn-project-header-wrapper  #hbn-project-header-content-image-wrapper #hbn-project-header-content-wrapper .hbn-project-header-content-container {
		padding-right: 0;
	}
	
					#hbn-project-header-wrapper  #hbn-project-header-content-image-wrapper #hbn-project-header-content-wrapper .hbn-project-header-content-container h2.hbn-project-header-project-title {
						font-family: 'Averta Semibold';
						font-size: clamp( 14px, 0.90395vw, 16px);
						color: #272049;
						margin-bottom: 20px;
					}
					
	#hbn-project-header-wrapper  #hbn-project-header-content-image-wrapper #hbn-project-header-content-wrapper .hbn-project-header-content-container h1.hbn-project-header-project-description {
		font-family: 'Averta Bold';
		font-size: clamp( 36px, 3.93162vw, 42px);
		color: #272049;
		margin-top: 0;
		margin-bottom: 20px;
	}
					
	#hbn-project-header-wrapper  #hbn-project-header-content-image-wrapper #hbn-project-header-content-wrapper .hbn-project-header-content-container .hbn-project-header-project-date {
		font-family: 'Averta Regular';
		font-size: clamp( 24px, 1.80791vw, 26px);
		color: #FFFFFF;
	}
	

	#hbn-project-header-wrapper #hbn-project-header-content-image-wrapper #hbn-project-header-image-wrapper {
		display: flex;
		margin: 0 -15px;
		flex: 0 0 100%;
		max-width: inherit;
		margin-bottom: 30px;
	}
	
	#hbn-project-header-wrapper  #hbn-project-header-content-image-wrapper #hbn-project-header-image-wrapper .hbn-project-header-image-container {
		position: relative;
		height: 0;
		padding-bottom: 100%;
		width: 100%;
	}
	
	#hbn-project-header-wrapper #hbn-project-header-content-image-wrapper #hbn-project-header-image-wrapper .hbn-project-header-image-container img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
	
}



@media only screen
	and (min-width: 768px) 
	and (max-width: 1024px) 
	and (orientation: portrait) {
		#hbn-project-header-wrapper  #hbn-project-header-content-image-wrapper #hbn-project-header-content-wrapper .hbn-project-header-content-container h1.hbn-project-header-project-description {
			font-family: 'Averta Bold';
			font-size: clamp( 36px, 3.93162vw, 42px);
			color: #272049;
			margin-top: 0;
			margin-bottom: 20px;		
		}
	}



/* ---- PREVIEW BACK-END ---- */
#text-wrapper {
	padding: 35px 0;
}