/* ---- FRONT-END ---- */
#hbn-title-text-centered-wrapper .hbn-title-text-centered-title-container {
	text-align: center;
}

#hbn-title-text-centered-wrapper .hbn-title-text-centered-title-container h2.hbn-title-text-centered-title {
	font-family: 'Averta Bold';
	font-size: clamp( 28px 2.7350vw, 32px);
	color: #272049;
	margin-bottom: 30px;
}

#hbn-title-text-centered-wrapper .hbn-title-text-centered-content-container {
	text-align: center;
}

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

@media(max-width: 767px) {
	#hbn-title-text-centered-wrapper {
		margin-bottom: 70px!important;
	}
}





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