.pageSection-strategies {
	padding: 20px 0;
	line-height: 40px;
	font-size: 24px;
}

.pageSection-strategies .pageSection-title{
	font-weight: bold;
	text-align: center;
}

.pageSection-strategies .pageSection-title:after {
	background: #F5C400;
	margin: 40px auto;
}





.body-bold {
	font-weight: bold;
	line-height: 40px;
	font-size: 24px;
	color: #23313B;
}

@media (max-width: 1023px) {
.body-bold {
	line-height: 32px;
	font-size: 19px;
}
}

@media (max-width: 767px) {
.body-bold {
	line-height: 24px;
	font-size: 16px;
}
	
.strategyRow .body-bold {
	margin-bottom: 30px;
}
}




.strategyRow {
	border-bottom: 1px solid #e6e6e6; 
	padding: 40px 0;
}		

.strategyRow:first-child {
	padding-top: 0px;
}	