.wastemate-s1-area {
	background-color: #000;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.wastemate-s1-area .container {
	max-width: 131rem;
}
.wastemate-s1-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.wastemate-s1-col-1 {
	width: 63rem;
	max-width: 100%;
}
.wastemate-s1-title {
	font-family: 'Poppins', sans-serif;
	font-size: 4.8rem;
	line-height: 6rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
.wastemate-s1-text {
	margin-top: 3.2rem;
	font-size: 2rem;
	line-height: normal;
	color: #fff;
}
.wastemate-s1-btn {
	margin-top: 4.8rem;
}
.wastemate-s1-btn-link {
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
	padding: 1rem 3.2rem;
	color: #fff;
	background-color: #78C370;
	border-radius: .8rem;
}
.wastemate-s1-btn-link:hover, .wastemate-s1-btn-link:focus {
    color: #fff;
}
.wastemate-s1-col-2 {
	width: 52.2rem;
	flex-shrink: 0;
	overflow: hidden;
}
.wastemate-s1-img {
	height: 37rem;
	/* border: .5rem solid #50B848; */
	/* border-radius: .3rem; */
}
.wastemate-s1-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wastemate-s1-imgs {
	border: .5rem solid #50B848;
	border-radius: .3rem;
}
.wastemate-s2-area {
	background-color: #000;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.wastemate-s2-area .container {
	max-width: 131rem;
}
.wastemate-s2-title {
	font-family: 'Poppins', sans-serif;
	font-size: 3.6rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0;
	position: relative;
}
.wastemate-s2-title::after {
	content: '';
	width: 30rem;
	height: 10rem;
	background: rgba(80, 184, 72, 0.25);
	filter: blur(100px);
	position: absolute;
	top: calc(50% - 5rem);
	left: calc(50% - 15rem);
}
.wastemate-s2-items {
	margin-top: 4rem;
	display: flex;
	/* align-items: center; */
	flex-wrap: wrap;
	gap: 1.2rem;
	position: relative;
	z-index: 1;
}
.wastemate-s2-item {
	width: calc(25% - .9rem);
	background-color: #262525;
	padding: 2rem 3.5rem;
	border-radius: .8rem;
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	justify-content: center;
	align-items: center;
}
.wastemate-s2-item-title {
	font-family: 'Poppins', sans-serif;
	font-size: 2rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0;
}
.wastemate-s2-item-text {
	font-size: 1.6rem;
	line-height: normal;
	text-align: center;
	color: #fff;
}
.wastemate-s2-icon-g {
	display: none;
}
.wastemate-s2-icon img {
	max-width: 6.4rem;
	max-height: 6.4rem;
	object-fit: contain;
}
.wastemate-s1-row::after {
	content: '';
	width: 30rem;
	height: 30rem;
	border-radius: 50%;
	background: rgba(80, 184, 72, 0.20);
	filter: blur(100px);
	position: absolute;
	left: -12.8rem;
	top: 0;
}
.wastemate-s1-row::before {
	content: '';
	width: 30rem;
	height: 30rem;
	border-radius: 50%;
	background: rgba(80, 184, 72, 0.20);
	filter: blur(100px);
	position: absolute;
	right: -12.8rem;
	top: 0;
}
.wastemate-s1-col-1, .wastemate-s1-col-2 {
	position: relative;
	z-index: 1;
}
.wastemate-s3-area {
	background-color: #000;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.wastemate-s3-area .container {
	max-width: 131rem;
}
.wastemate-s3-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wastemate-s3-col-1 {
	width: 56.7rem;
	max-width: 100%;
	display: flex;
	border-radius: .8rem;
	overflow: hidden;
}
.wastemate-s3-col-2 {
	width: 51.3rem;
	position: relative;
}
.wastemate-s3-title {
	font-family: 'Poppins', sans-serif;
	font-size: 4rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
.wastemate-s3-text {
	font-size: 1.6rem;
	line-height: normal;
	color: #fff;
	margin-top: .5rem;
}
.wastemate-s3-col-2::before {
	content: '';
	width: 32rem;
	height: 13rem;
	background: rgba(80, 184, 72, 0.25);
	filter: blur(100px);
	position: absolute;
	top: calc(50% - 5rem);
	left: -8rem;
}
.wastemate-s5-area {
	background-color: #000;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.wastemate-s5-area .container {
	max-width: 131rem;
}
.wastemate-s5-title {
	font-family: 'Poppins', sans-serif;
	font-size: 3.2rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0;
}
.wastemate-s5-sub-title {
	font-family: 'Poppins', sans-serif;
	font-size: 1.8rem;
	line-height: normal;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 0;
	margin-top: 1rem;
}
.wastemate-s5-items {
	margin-top: 5rem;
}
.wastemate-s5-item {
	display: flex;
	border-radius: .8rem;
	overflow: hidden;
}
@media only screen and (max-width: 1050px) {
	.wastemate-s1-row {
		flex-direction: column-reverse;
	}
	.wastemate-s1-area {
		padding: 40px 0;
	}
	.wastemate-s1-col-2 {
		width: 600px;
		max-width: 100%;
	}
	.wastemate-s1-col-1 {
		margin-top: 18px;
		max-width: 100%;
	}
	.wastemate-s1-title {
		font-size: 32px;
		line-height: normal;
		text-align: center;
	}
	.wastemate-s1-text {
		margin-top: 24px;
		font-size: 16px;
		text-align: center;
	}
	.wastemate-s1-btn {
		display: flex;
		justify-content: center;
	}
	.wastemate-s1-btn {
		display: flex;
		justify-content: center;
		margin-top: 33px;
	}
	.wastemate-s2-area {
		padding: 30px 0;
	}
	.wastemate-s2-title {
		font-size: 32px;
	}
	.wastemate-s2-items {
		margin-top: 30px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 8px;
	}
	.wastemate-s2-item {
		width: 310px;
		max-width: 100%;
	}
	.wastemate-s3-area {
		padding: 30px 0;
	}
	.wastemate-s3-row {
		flex-direction: column;
		justify-content: center;
	}
	.wastemate-s3-col-1 {
		width: 400px;
		max-width: 100%;
	}
	.wastemate-s3-col-2 {
		width: 400px;
		max-width: 100%;
		margin-top: 11px;
	}
	.wastemate-s3-title {
		font-size: 32px;
	}
	.wastemate-s5-area {
		padding: 30px 0;
	}
	.wastemate-s5-items {
		margin-top: 32px;
	}

}