.titlewithline--container {
	background-color: var(--theme-cream);
	padding: 100px 30px 30px;
}

.titlewithline--title {
	color: var(--theme-orange);
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.titlewithline--line {
	width: 50%;
	height: 75px;
	border-right: 1px solid var(--theme-black);
}