body {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	text-align: center;
	background-image: url(images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
div {
	position: relative;
}
img {
	border: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}
a {
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}
div#esg-media {
	display: block;
	width: 80%;
	max-width: 500px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
div#esg-media img {
	display: block;
	width: 100%;
}
div#content {
	display: block;
	width: 90%;
	max-width: 600px;
	text-align: center;
	height: auto;
	box-sizing: border-box;
	background-image: radial-gradient(closest-side, #1b2934, transparent);
	margin-left: auto;
	margin-right: auto;
}
div#content h1 {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 16px;
}
div#content h2 {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
div#content h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
div#content h4 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 60px;
}





















