#contact-page .text-split {
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

#contact-page .text-split .line {
	background-color: var(--gray);
	height: 1px;
	width: 100%;
}

#contact-page .text-split .text {
	text-align: center;
	position: absolute;
	background-color: var(--background);
	padding: var(--spacing-s);
}
