.consumer_code {
	padding: 25px 0;
	min-height: 239px;
}

.consumer_code .col-md-12 {
    padding-right: 600px;
}

.consumer_code h2 {
	color: white;
	font-size: 30px;
    font-family: 'Gudea', sans-serif;
    line-height: 34px;
    margin: 0px;
    font-weight: 700;
}

.consumer_code p {
	color: white;	
	font-family: 'Gudea', sans-serif;
	font-size: 16px;
	margin: 0;
    margin-top: 10px;
}

.consumer_code.consumer_code_builders {
	background: url(http://nhbccampaigns.co.uk/landingpages/ConsumerCode/assets/img/cc_builders.jpg) center center no-repeat;
	width: 100%;
    overflow: hidden;
    float: left;
}

.consumer_code.consumer_code_homeowners {
	background: url(http://nhbccampaigns.co.uk/landingpages/ConsumerCode/assets/img/cc_homeowners.jpg) center center no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.consumer_code .col-md-12 {
	    padding-right: 0;
	    width: 350px;
	}

	.consumer_code.consumer_code_builders {
		background-image: url(http://nhbccampaigns.co.uk/landingpages/ConsumerCode/assets/img/cc_builders_tablet.jpg);
	}

	.consumer_code.consumer_code_homeowners {
		background-image: url(http://nhbccampaigns.co.uk/landingpages/ConsumerCode/assets/img/cc_homeowners_tablet.jpg);
	}

}

@media only screen and (max-width: 767px) {

	.consumer_code {
		background-color: #bfb5ac !important;
		background-image: none !important;
		text-align: center;
		min-height: 0;
	}

	.consumer_code .col-md-12 {
	    padding-right: 0;
	}

	.consumer_code p {
	    margin-top: 20px;
	}

}