#thisAboutBox .main-promo-box {
	position: relative;
	top: 0px;
	margin-bottom: 90px;
}
#thisAboutBox .main-promo-box h2 {
	margin-bottom: 0px;
}
.thisBit {
	width: 33.3%;
	float: left;
	text-align: center;
}
.thisBit h3 {
	font-family: Geometria;
	font-style: normal;
	font-weight: bold;
	font-size: 72px;
	line-height: 91px;
	display: block;
	max-width: 275px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding-left: 50px;
}
.thisBit h3:before {
	content: '';
	position: absolute;
	width: 124px;
	height: 39px;
	left: 28px;
	top: 42px;
	background: #FFC100;
	z-index: -1;
}
.thisTxt {
	max-width: 275px;
	margin: 0px auto;
	text-align: left;
	padding-left: 50px;
}
.thisImg {
	height: 270px;
}
#thisList {
	margin-bottom: 83px;
	clear: both;
}
.clear {
	clear: both;
	height: 0px;
}
@media (max-width: 730px) {
	.thisBit {
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 50px;
	}
}