.governance .mod-page-title {
	display: block;
	width: 700px;
	height: 143px;
	background: url(../img/theme_governance.png) no-repeat;
}
.governance .mod-page-title h1 {
	padding-top: 50px;
	padding-left: 50px;
	color: #ffffff;
}
.governance .mod-page-title h1:before {
	background: none;
}

.society .mod-page-title {
	display: block;
	width: 700px;
	height: 143px;
	background: url(../img/theme_society.png) no-repeat;
}
.society .mod-page-title h1 {
	padding-top: 50px;
	padding-left: 50px;
	color: #ffffff;
}
.society .mod-page-title h1:before {
	background: none;
}

.environment .mod-page-title {
	display: block;
	width: 700px;
	height: 143px;
	background: url(../img/theme_environment.png) no-repeat;
}
.environment .mod-page-title h1 {
	padding-top: 50px;
	padding-left: 50px;
	color: #ffffff;
}
.environment .mod-page-title h1:before {
	background: none;
}
.sdgIconArea {
	float: none;
	display:block;
	margin: 10px 0 15px;
}