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

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

p.pre-title {
	text-align: inherit;
	color: var(--wp--preset--color--wpbf-palette-color-6);
	font-family: var(--font-head);
	font-size: var(--text-size-400);
}

.title-text {
	text-align: inherit;
	font-family: var(--font-head);
	font-size: var(--text-size-500);
	margin: 0 auto;
	max-width: 80ch;
	position: relative;
	z-index: 1;
}

.title-text::after {
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 0;
	width: 3.125rem;
	height: 3px;
	background: var(--wp--preset--color--wpbf-palette-color-6);
}

.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);
	}
}
