#eco-friendly {
	margin: 0 auto;
	max-width: 1200px;
}
#eco-friendly strong {
    font-weight: 600;
}
#eco-friendly .button {
    background: #78be20; /* pdc-color-green */
	color: #FFF;
    font-size: 12px;
	text-transform: uppercase;
}
@media screen and (max-width: 480px) {
	#eco-friendly .button {
		display: block;
		width: 100%;
	}
}
@media screen and (min-width: 740px) {
    #eco-friendly .button {
		min-width: 240px;
	}
}
#eco-friendly h1, #eco-friendly .h1,
#eco-friendly h2, #eco-friendly .h2 {
    font-weight: 600;
}
#eco-friendly .section {
    padding: 20px 20px 10px 20px;
}
#eco-friendly .section:nth-child(odd) {
	background-color: #ddefc7; /* pdc-color-green-25prc */
}
#eco-friendly-header-1,
#eco-friendly-header-2 {
	background-position: right top;
    background-repeat: no-repeat;
	background-size: cover;
    min-height: 96px;
    padding: 10px;
    text-align: left;
}
@media screen and (min-width: 480px) {
	#eco-friendly-header-1,
	#eco-friendly-header-2 {
		min-height: 144px;
	}
}
@media screen and (min-width: 740px) {
	#eco-friendly-header-1,
	#eco-friendly-header-2 {
		min-height: 222px;
	}
}
@media screen and (min-width: 960px) {
	#eco-friendly-header-1,
	#eco-friendly-header-2 {
		min-height: 288px;
	}
}
@media screen and (min-width: 1200px) {
	#eco-friendly-header-1,
	#eco-friendly-header-2 {
		min-height: 360px;
	}
}
#eco-friendly-header-1 {
    background-image: url('eco-friendly-header-1-1200x360_opt.webp');
}
#eco-friendly-header-2 {
    background-image: url('eco-friendly-header-2-1200x360_opt.webp');
}
#eco-friendly-header-1 .text-1 span,
#eco-friendly-header-1 .text-2 span,
#eco-friendly-header-2 .text-1 span {
    background-color: rgba(255,255,255,.75);
    border-radius: 4px;
}
#eco-friendly-header-1 .text-1 span,
#eco-friendly-header-2 .text-1 span {
    color: #78be20; /* pdc-color-green */
    text-transform: uppercase;
}
#eco-friendly-header-1 .button,
#eco-friendly-header-2 .button {
    box-shadow: 0 0 0 2px rgba(255,255,255,.75);
}
#eco-friendly-new-ways-to-identify-people .container,
#eco-friendly-product-range .container,
#eco-friendly-what-makes-our-product-eco-friendly .container,
#eco-friendly-what-makes-our-product-eco-friendly-2 .container,
#eco-friendly-how-a-plastic-bottle .container {
    margin: 0 auto;
    max-width: 960px;
}
#eco-friendly-product-range .row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
#eco-friendly-product-range .row > .column {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	float: none;
}
#eco-friendly-materials .card {
	background: none;
	box-shadow: none;
	-webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	min-height: 60px;
	position: relative;
	text-align: left;
}
#eco-friendly-materials .card-image,
#eco-friendly-materials .card-heading,
#eco-friendly-materials .card-section {
	padding: 0;
}
#eco-friendly-materials .card-image {
    margin-bottom: 1rem;
	margin-right: 20px;
    width: 60px;
}
#eco-friendly-materials .card-image img {
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;
}
#eco-friendly-materials .card-heading {
	color: #1B9457;
	width: calc(100% - 80px);
}
@media screen and (min-width: 480px) {
	#eco-friendly-materials .card {
		min-height: 72px;
		padding-left: calc(72px + 20px);
	}
	#eco-friendly-materials .card-image {
		left: 0;
		position: absolute;
		width: 72px;
	}
	#eco-friendly-materials .card-heading {
		width: 100%;
	}
}
@media screen and (min-width: 960px) {
	#eco-friendly-materials .card {
		min-height: 72px;
		padding-left: calc(72px + 20px);
	}
	#eco-friendly-materials .card-image {
		width: 72px;
	}
}
#eco-friendly-what-makes-our-product-eco-friendly-2 .certifications img {
	display: inline-block;
	max-width: 600px;
	width: 100%;
}
/*
#eco-friendly-how-a-plastic-bottle {
	background-color: #CCEDF4;
}
*/