#content {
	padding: 0 100px;
	overflow: hidden;
	max-width: 1240px;
	margin: auto;
}

#content .col-lg-6 {
	padding: 0;
	overflow: auto;
	background-color: #B28877;
}

.row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

#content .img {
	overflow: hidden;
	font-size: 0;
}

#content .img img {
	width: 100%;
	height: 100%;
}

.txt {
	position: relative;
	/*padding-top: 20px;*/
}

.row1 .txt {
	background-color: #B28877;
	border-top: 5px solid #B28877;
	height: 100%;
}
.row2 .txt {
	background-color: #B28877;
	border-top: 5px solid #B28877;
	height: 100%;
}
.row3 .txt {
	background-color: #B28877;
	border-top: 5px solid #B28877;
	height: 100%;
}

.yellow-title {
	color: #FFC62F;
	font-size: 20px;
	margin-bottom: 5px;
  font-family: 'Interstate Bold';
}

.developer {
	font-size: 20px;
	padding: 10px 0;
}
.short-divider {
	border-bottom: 3px solid #B28877;
	width: 30px;
	margin-bottom: 20px;
}

.project {
	color: #2F3B97;
	font-size: 30px;
  font-family: 'Interstate Bold';
}

.desc {
	font-size: 25px;
	/*position: absolute;*/
	bottom: 100px;
	margin-top: 100px;
}

.bg {
	padding: 20px 0 30px;
	background: #fff url(../images/bg-box-repeat.png) top left repeat;
	top: -20px;
	position: relative;
}

.white-bg {
	padding-top: 20px;
	background-color: #fff;
}

.row2 .bg, .row2 .white-bg, .row3 .bg, .row3 .white-bg {
	padding-left: 30px;
	min-height: 400px;
}

.label {
  font-family: 'Interstate Bold';
	font-size: 13px;
	color: #2F3B97;
	margin-top: 10px;
}

.value {
	font-size: 20px;
	color: #6D6E70;
	margin-bottom: 20px;
}

.value span {
	color: #f9c536;
}

.value ul {
	padding-left: 12px;
	margin-top: 0;
}

.value li {
	list-style: none;
  text-indent: -12px;
}

.value li::before {
	content: '- ';
  text-indent: -12px;
}

@media (max-width: 992px) {
	#content {
		width: 90%;
		padding: 0;
		margin: auto;
	}
	#content>.row {
		display: -webkit-box;
		display: -moz-box;
		display: box;

		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
		margin: 0;
		margin-bottom: 20px;
	}

	.row2 .img {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
	}
	#content .img {
		text-align: center;
	}
	.row > div {
		width: 100%;
	}	

	.mobile-nobr br {
		display: none;
	}
}