/* ---- FRONT-END ---- */
#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper {
	display: flex;
	flex-direction: row;
}

#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-content-container {
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	max-width: 50%;
	align-items: stretch;
	padding: 60px;
}

#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-content-container a {
	font-weight: 500;
}

#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-content-container h2.hbn-title-text-image-small-title {
	font-family: 'Averta Bold';
	font-size: clamp( 18px, 1.88034vw, 22px);
	color: #272049;
	margin-bottom: 30px;
	margin: 0;
}

#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-content-container {
	font-family: 'Open Sans';
	font-size: clamp( 14px, 1.36752vw, 16px);
}

#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-content-container p:last-of-type {
	margin: 0;
}


#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-image-container {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 60px;
	align-items: stretch;
}

#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-image-container .hbn-title-text-image-small-image-content {
	position: relative;
	height: 100%;
	width: 100%;
}

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


@media(max-width: 767px) {
	#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper {
		display: flex;
		flex-direction: column;
	}
			
	#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-content-container {
		flex-direction: column;
		flex: 0 0 100%;
		max-width: inherit;
		align-items: stretch;
		padding: 35px;
	}
			
			#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-content-container h2.hbn-title-text-image-small-title {
				font-family: 'Averta Bold';
				font-size: clamp( 18px, 1.88034vw, 22px);
				color: #272049;
				margin-bottom: 30px;
			}
			
			#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-content-container {
				font-family: 'Open Sans';
				font-size: clamp( 14px, 1.36752vw, 16px);
			}
			
			#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-content-container p:last-of-type {
				margin: 0;
			}
			
			
	#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-image-container {
		flex: 0 0 100%;
		max-width: 100%;
		align-items: stretch;
		padding: 35px
	}

	#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-image-container .hbn-title-text-image-small-image-content {
		position: relative;
		height: 0;
		padding-bottom: 75%;
	}
			
			
}


@media only screen
	and (min-width: 768px) 
	and (max-width: 1024px) 
	and (orientation: portrait) {
		#hbn-title-text-image-small-wrapper #hbn-title-text-image-small-content-image-wrapper .hbn-title-text-image-small-content-container {
			padding: 60px 0;
		}
	}





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