.sideBySidePhotoBoxes {
	position:relative;
	padding:30px 0;
	color:#fff;
	border-bottom: 3px solid #A90509;
	position: relative;
	z-index: 2;
}

.sideBySidePhotoBoxes .container {
	padding:0;
}

.sideBySidePhotoBoxes h2, .sideBySidePhotoBoxes h3 {
	color:#fff;
	text-align: left;
	text-transform: uppercase;
}

.sideBySidePhotoBoxes h2 {
	font-size: 3.75em;
	font-weight: 700;
	margin: 0 0 5px;
	text-align: center;
}

.sideBySidePhotoBoxes h3 {
	font-size: 1.75em;
	font-weight: 400;
	margin: 0 0 30px;
	text-align: center;
	position:relative;
}

.sideBySidePhotoBoxes h3::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -15px;
	left: 0;
	border: 2px solid #A90509;
	width: 110px;
	left:50%;
	margin-left:-55px;
}

.sideBySidePhotoBoxes .content {
	max-width:500px;
	margin:0 auto;
	text-align: center;
}

.sideBySidePhotoBoxes .photoBoxContainer {
	background: #0b509c;
	padding: 30px;
	margin: 30px 0;
	display:flex;
	flex-direction:row;
}

.sideBySidePhotoBoxes .photoBoxContainer h4 {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	margin:0 0 10px;
	padding-right:30px;
}

.sideBySidePhotoBoxes .photoBoxContainer h5 {
	color: #fff;
	font-size: 1.5em;
	margin:0 0 15px;
	font-weight: 600;
}

.sideBySidePhotoBoxes .photoBoxLeft, 
.sideBySidePhotoBoxes .photoBoxRight {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	flex: 0 0 50%;
	padding: 0 15px;
}

.sideBySidePhotoBoxes .photoBoxLeftHeader, 
.sideBySidePhotoBoxes .photoBoxRightHeader {
	flex:0 0 100%;
}

.sideBySidePhotoBoxes .photoBoxLeftPhoto, 
.sideBySidePhotoBoxes .photoBoxRightPhoto {
	flex: 0 0 45%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding-bottom:55%;
}

.sideBySidePhotoBoxes .photoBoxLeftContent, 
.sideBySidePhotoBoxes .photoBoxRightContent {
	flex: 0 0 55%;
	padding-left: 15px;
}

@media all and (max-width: 800px) {
	.sideBySidePhotoBoxes h2 {
		font-size: 2.5em;
	}
	
	.sideBySidePhotoBoxes .photoBoxContainer {
		flex-direction: column;
	}
	
	.sideBySidePhotoBoxes .photoBoxLeft {
		margin-bottom:30px;
	}
}