.neighborhoodintro--section {
	background: var(--theme-dk-green);
	color: var(--theme-cream);
	overflow: hidden;
}

.neighborhoodintro--container {
	padding: 60px 30px;
}

.neighborhoodintro--subtitle {
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
}

.neighborhoodintro--title {
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.neighborhoodintro--image-1 {
	max-width: 550px;
	position: relative;
	margin: 0 auto 80px;
}

.neighborhoodintro--image-1 img {
	position: relative;
	z-index: 1;
}

.neighborhoodintro--image-1:before {
	content: "";
	position: absolute;
	top: 50px;
	left: -50px;
	width: 100%;
	height: 100%;
	background: var(--theme-brown);
}

.neighborhoodintro--image-1:after {
	content: "";
    position: absolute;
    top: 144px;
    right: -60px;
    width: 100%;
    height: 100%;
    background: url(../../images/stripes.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 239px 414px;
}

.neighborhoodintro--copy {
	max-width: 550px;
	margin: 0 auto 30px;
	line-height: 2;
}

.neighborhoodintro--cta-wrap {
	text-align: center;
	margin-bottom: 50px;
}

.neighborhoodintro--image-2 {
	margin: 0 auto;
}

@media (min-width: 992px) {
	
	.neighborhoodintro--subtitle {
		margin-top: 200px;
	}
	
	.neighborhoodintro--title-line {
		width: 50%;
		height: 100%;
		margin-bottom: 230px;
		border-right: 1px solid var(--theme-cream);
	}
	
	.neighborhoodintro--copy {
		padding-top: 150px;
	}
	
	.neighborhoodintro--image-2 {
		margin-top: -200px;
	}
}