.heroTextBox {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	padding:150px 90px 30px;
	color:#fff;
	border-bottom: 3px solid #A90509;
}

.heroTextBox h2, .heroTextBox h3 {
	color:#fff;
	text-align: left;
	text-transform: uppercase;
}

.heroTextBox h2 {
	font-size: 3.75em;
	font-weight: 700;
	margin: 0 0 5px;
}

.heroTextBox h3 {
	font-size: 1.75em;
	font-weight: 400;
	margin: 0 0 30px;
	position:relative;
}

.heroTextBox h3::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -15px;
	left: 0;
	border: 2px solid #A90509;
	width: 110px
}

.heroTextBox .content {
	max-width:700px;
}

@media all and (max-width: 800px) {
	.heroTextBox {
	  padding: 120px 30px 30px;
	}
}

@media all and (max-width: 640px) {
	.heroTextBox h2 {
		font-size: 2em;
	}
	
	.heroTextBox h3 {
		font-size: 1.25em;
	}
}