.homeintro--section {
	background: var(--theme-cream);
	color: var(--theme-brown-text);
	overflow: hidden;
}

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

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

.homeintro--subtitle {
	color: var(--theme-orange);
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

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

.homeintro--image-1:after {
	content: "";
	position: absolute;
	top: 6%;
	bottom: 0;
	left: -10%;
	width: 50%;
	background-image: url(../../images/xx.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	max-height: 450px;
}

.homeintro--image-1:before {
	content: "";
	position: absolute;
	top: 8%;
	bottom: 10%;
	left: 20%;
	width: 100%;
	background:var(--theme-orange);
	mix-blend-mode: multiply;
}

.homeintro--copy {
	line-height: 2.2em;
}

.homeintro--cta-line {
	height: 200px;
	width: 50%;
	border-right: 1px solid var(--theme-brown);
	margin: 30px 0;
}

.homeintro--callout {
	color: var(--theme-brown);
}

.homeintro--image-2 {
	margin: 30px auto 60px;
	max-width: 550px;
	position: relative;
}

.homeintro--image-2 img {
	position: relative;
}

.homeintro--image-2:before {
	content: "";
	position: absolute;
	left: -60px;
	top: -30px;
	bottom: -30px;
	right: 80px;
	background-image: url(../../images/dot-pattern.png);
	background-size: cover;
	z-index: 0;
}

.homeintro--copy {
	max-width: 550px;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.homeintro--title {
		margin-top: 150px;
	}
	
	.homeintro--copy,
	.homeintro--callout,
	.homeintro--cta-wrap {
		padding-left: 20%;
	}
	
	.homeintro--title-line {
		border-right: 1px solid var(--theme-brown);
		height: 540px;
		width: 50%;
	}
	
	.homeintro--image-2 {
		margin-top: -250px;
	}
	
	.homeintro--image-2:after {
		content: "";
        position: absolute;
        top: -470px;
        left: -407px;
        width: 500px;
        height: 500px;
        background-image: url(../../images/stripes.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
	}
	
}
