/* ---- FRONT-END ---- */
#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper {
	display: flex;
}

#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper .hbn-image-title-list-image-image-container {
	position: relative;
	display: inline-flex;
	flex: 0 0 50%;
	max-width: 50%;
}

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

#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper {
	display: inline-flex;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 70px;
}

#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper .hbn-image-title-list-content-container {
	width: 100%;
}

#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper h2.hbn-image-title-list-title {
	font-family: 'Averta Bold';
	font-size: clamp( 28px, 2.75350vw, 32px);
	color: #272049;
	margin-bottom: 35px;
	margin-top: 0;
}

#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper li {
	position: relative;
	display: flex;
	flex-direction: row;
	flex: 0 1 auto;
	align-content: center;
	min-height: 40px;
	line-height: 40px;
	
	width: 100%;
	list-style: none;
}

#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper li p {
	line-height: 1.4;
	padding: 10px 0;
	margin: 0;
}

#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper li::after {
	position: absolute;
	content: '';
	height: 1px;
	width: 100%;
	background-image: url('images/Habion - Projects - Line dashed.svg');
	background-position: left center;
	background-repeat: repeat-x;
	background-size: 100%;
}

#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper li:first-of-type:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 100%;
	background-image: url('images/Habion - Projects - Line dashed.svg');
	background-position: left center;
	background-repeat: repeat-x;
	background-size: 100%;
}








@media(max-width: 767px) {
	#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper {
		display: flex;
		flex-direction: column;
		margin: 0 -15px;
	}
				
	#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper .hbn-image-title-list-image-image-container {
		display: flex;
		flex: 0 0 100%;
		max-width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
				
				#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper .hbn-image-title-list-image-image-container img {
					position: absolute;
					top: 0;
					left: 0;
					height: 100%;
					width: 100%;
					object-fit: cover;
					object-position: center;
				}
				
	#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper {
		display: flex;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 35px;
	}
				
				#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper .hbn-image-title-list-content-container {
					width: 100%;
				}
				
				#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper h2.hbn-image-title-list-title {
					font-family: 'Averta Bold';
					font-size: clamp( 28px, 2.75350vw, 32px);
					color: #272049;
					margin-bottom: 35px;
				}
				
				#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper li {
					position: relative;
					height: 40px;
					line-height: 40px;
					width: 100%;
					list-style: none;
				}
				
				#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper li p {
					margin: 0;
				}
				
				#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper li::after {
					position: absolute;
					content: '';
					height: 1px;
					width: 100%;
					background-image: url('images/Habion - Projects - Line dashed.svg');
					background-position: left center;
					background-repeat: repeat-x;
					background-size: 100%;
				}
				
				#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper li:first-of-type:before {
					position: absolute;
					content: '';
					height: 1px;
					width: 100%;
					background-image: url('images/Habion - Projects - Line dashed.svg');
					background-position: left center;
					background-repeat: repeat-x;
					background-size: 100%;
				}
	
}


@media only screen
	and (min-width: 768px) 
	and (max-width: 1024px) 
	and (orientation: portrait) {
		#hbn-image-title-list-wrapper #hbn-image-title-list-image-list-wrapper #hbn-image-title-list-content-wrapper {
			padding: 35px;
		}
	}



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