#wwd-intro .col2 .content div {	
	padding-top: 40px;
}

#wwd-bespoke {
	background-color: #78b947;
	background-image: url(../_img/what-we-do/bespoke_BG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#wwd-data {
	background-image: url(../_img/what-we-do/data_BG.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#wwd-data .content h2 {
	background-image: url(../_img/what-we-do/data_heading_BG.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 244px;
	margin-bottom: 0.6em;
	padding-left: 260px;
	padding-top: 140px;
}

#wwd-cms {
	background-color: #0777bd;
	background-image: url(../_img/what-we-do/CMS_BG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wwd-cms .content {
	color: #fff;	
}
#wwd-cms .content p {
	padding-bottom: 2em;	
}
@media (max-width: 1390px) {
	#wwd-bespoke,
	#wwd-cms {
		background-size: 40vw auto;
	}
	#wwd-bespoke .content,
	#wwd-cms .content {
		max-width: 50%;
	}
}


@media (max-width: 740px) {
	.content--padding_horiz_xxlarge {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#wwd-bespoke {
		background: #78b947;
		background-image: url(../_img/what-we-do/bespoke_BG_MOB.jpg);
		background-size: cover;
	}
	#wwd-cms {
		background: #0777bd;
		background-image: url(../_img/what-we-do/CMS_BG_MOB.jpg);
		background-size: cover;
	}
	#wwd-bespoke .content,
	#wwd-cms .content {
		max-width:100%;
	}
	#wwd-data {
		background-size: auto 100%;
		background-position: right 200px  center 0px;
	}
	#wwd-data .content h2 {
		background-image: none;
		height: auto;
		margin-bottom: 0.6em;
		padding-left: 0;
		padding-top: 0;
	}
}