.services-investment #hero_image {
	background-image: url(../_img/photos/investment_reporting_BG_1.jpg);
}
.services-secured #hero_image {
	background-image: url(../_img/photos/city_skyscrapers.jpg);
}
.services-property #hero_image {
	background-image: url(../_img/photos/property_development.jpg);
}

main {
	background-color: #fff;	
	padding-bottom: 10em;

}
.services-investment main {
	background: url(../_img/symbol_light.png) right 20% bottom 40px no-repeat, #fff;
}
.services-secured main,
.services-property main  {
	background: url(../_img/symbol_light.png) right 20% bottom 20px no-repeat, #fff;
}

.services-investment .content h2.service_tagline {
	color: #4d4d4d;
	font-weight:300;
	font-size: 1.6em;
	text-transform: none;
}
/** example deals **/
#example_deals_holder {
	margin-bottom: 3em;
	padding-bottom: 2em;	
}
.wrapper--example_deals {
	margin-bottom: 0;
}

.wrapper--example_deals  .content  {
	font-weight: 400;
	font-size: 0.92em;	
	color: #808080;
	aspect-ratio: 3 / 2;
}
.wrapper--example_deals  .content h2 {
	color: #736357;
	text-transform: uppercase;
	font-weight: 400;
}

.wrapper--example_deals .content table.layout {
		
}
.wrapper--example_deals .content table.layout tr td:first-of-type,
.wrapper--example_deals .content table.layout tr th:first-of-type {
	font-weight: 300;
}
@media (max-width: 940px) {
	.wrapper--example_deals  .content  {
		aspect-ratio: auto;
	}
	.wrapper--example_deals  .col1 {
		margin-bottom: 0 !important;	
	}
	
}