.about--section {
	position: relative;
	background: #6A6664;
}

.about--image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: multiply;
}

.about--container {
	position: relative;
	padding: 90px 30px;
	max-width: 1500px
}

.about--title {
	
}

.about--copy {
	border-top: 2px solid var(--theme-cream);
	padding-top: 30px;
	margin-bottom: 50px;
}

.about--stats-card-col {
	margin-bottom: 40px;
}

.about--stats-description {
	font-weight: 500;
	font-size: 1rem;
	display: block;
	margin-top: 10px;
	max-width: 300px;
}

@media (min-width: 1200px) {
	.about--copy {
		padding-right: 50px;
		max-width: 620px;
	}
}