/* ---- FRONT-END ---- */
#hbn-pluses-wrapper #hbn-pluses-title-container h2.hbn-pluses-title-content {
	font-family: 'Averta Bold';
	font-size: clamp( 28px, 2.73504vw, 32px);
	color: #272049;
	margin-bottom: 30px;
}

#hbn-pluses-wrapper .hbn-pluses-content-container ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	column-gap: 70px;
	page-break-inside: avoid;
    break-inside: avoid-column;  
	list-style: none;
	list-style-image: url('images/Habion - Pluses - Check Green.svg');
}

#hbn-pluses-wrapper .hbn-pluses-content-container ul::marker {
	font-size: clamp( 18px, 1.70940vw ,20px);;
}

#hbn-pluses-wrapper .hbn-pluses-content-container ul li {
	font-family: 'Open Sans';
	font-size: clamp( 18px, 1.70940vw ,20px);
	font-weight: 500;
	color: #272049;
	break-inside: avoid-column;
	margin-bottom: 20px;
	padding-left: 15px;
}

@media(max-width: 767px) {
	#hbn-pluses-wrapper {
		margin-bottom: 35px!important;
	}

	#hbn-pluses-wrapper #hbn-pluses-title-container h2.hbn-pluses-title-content {
		font-family: 'Averta Bold';
		font-size: clamp( 28px, 2.73504vw, 32px);
		color: #272049;
		margin-bottom: 30px;
	}
	
	#hbn-pluses-wrapper .hbn-pluses-content-container ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		column-gap: inherit;
		page-break-inside: avoid;
		break-inside: avoid-column;  
		list-style: none;
		list-style-image: url('images/Habion - Pluses - Check Green.svg');
	}
	
	#hbn-pluses-wrapper .hbn-pluses-content-container ul::marker {
		font-size: clamp( 18px, 1.70940vw ,20px);;
	}
	
	#hbn-pluses-wrapper .hbn-pluses-content-container ul li {
		font-family: 'Open Sans';
		font-size: clamp( 18px, 1.70940vw ,20px);
		font-weight: 500;
		color: #272049;
		break-inside: avoid-column;
		margin-bottom: 20px;
		padding-left: 15px;
	}
}





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