.section-title-holder {
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.section-title-holder.col-white {
	color: #fff;
}

.section-title-holder.mb-yes {
	margin-bottom: 2rem;
}

/* Colour Options */
.section-title-holder.col-default {
	--title-color: var(--wp--preset--color--wpbf-palette-color-5);
	--pre-title-color: #848b94;
}

.section-title-holder.col-white {
	--title-color: #fff;
	--pre-title-color: rgba(255, 255, 255, 0.6);
}

p.pre-title {
	text-align: inherit;
	color: var(--pre-title-color);
	font-family: var(--font-head);
	font-size: var(--text-size-100);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	margin-bottom: 1rem;
}

.title-text {
	text-align: inherit;
	font-family: var(--font-head);
	font-size: var(--text-size-500);
	margin: 0 auto;
	max-width: 80ch;
	color: var(--title-color);
	text-wrap: balance;
}

.section-title-holder.align-left .title-text {
	margin-left: 0;
}
.section-title-holder.align-right .title-text {
	margin-right: 0;
}

@media (max-width: 768px) {
	.fl-module.fl-module-section-title .fl-module-content {
		margin-bottom: 0;
	}

	.title-text {
		font-size: var(--text-size-600);
	}
}
