html{scroll-behavior:smooth}
.susBackgroud{
	padding-top: 50px;
	width: 100%;
	background: #f0ffe6;
}
.sus-heading{ margin: 48px auto; display: flex; flex-direction: row; justify-content: center; gap: 1.5rem; }
@media only screen and (max-width: 800px) {
	.sus-heading{
	  flex-direction: column;
	}
}

.sustainabilityImg{
	max-width: 400px;
	margin-bottom: 16px;
}
.downloadText{
	margin-top: 30px;
	text-align: start;
}
.textD{
	color: #566e3d;
	font-weight: bold;
	transition: 200ms;
}
.textD:hover{
	color: #566e3d;
	font-size: 16px;
	opacity: .8;
	font-weight:bold;
	transition: 200ms;
}
.sustext{
	text-align: start;
	font-size: 16px;
}
.advantages{
	text-align: start;
}
.advantagesItem{
	margin-bottom: 8px;
}
.boldAdvantage{
	font-weight: bold;
}
.icons .overview {
	position: relative;
	float: left;
	width: 14.2863287%;
	text-align: center;
	overflow: visible;
}