.home_slider img{
	width: 100%;
}
.home_banner {
	margin-top: 30px;
}
.home_slider .home_slide{
	position: relative;
	overflow: hidden;
}
.home_slide h2{
	margin-left: -3px;
}
.home_slider .home_slide::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000033;
	border-radius: 16px;
}
.home_slider_content{
	position: absolute;
	left: 60px;
	bottom: 60px;
}
@media(min-width: 768px){
	.home_slider img{
		border-radius: 16px;
	}	
}
@media (max-width: 1024px) {
	.home_banner{
		margin-top: 0;
	}
}
@media(max-width: 767px){
	.home_banner .container{
		padding-left: 0;
		padding-right: 0;
	}
	.home_slider_content{
		left: 0px;
		right: 0;
		width: calc(100% - 30px);
		margin: auto;
	}
	.home_slider .home_slide::before{
		border-radius: 0;
	}
}

.about_sec .flex{
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}
.recycle_steps[data-scroll] #Group_1445,
.recycle_steps[data-scroll] #Group_1446,
.recycle_steps[data-scroll] #Group_1447{
	opacity: 0;
	transition: 0.3s;
}
.recycle_steps[data-scroll="in"] #Group_1445,
.recycle_steps[data-scroll="in"] #Group_1446,
.recycle_steps[data-scroll="in"] #Group_1447{
	opacity: 1;
}
.recycle_steps[data-scroll="in"] #Group_1445{
	transition-delay: 0.3s
}
.recycle_steps[data-scroll="in"] #Group_1446{
	transition-delay: 0.6s
}
.recycle_steps[data-scroll="in"] #Group_1447{
	transition-delay: 0.9s
}
.steps_sec .flex {
	display: flex;
	gap: 100px;
}
.steps_sec .flex h2, 
.steps_sec .flex h3{
	line-height: 1;
}
.lists p{
	font-size: 24px;
	font-weight: 500;
	color: var(--color_text);
	position: relative;
	z-index: 1;
}
.lists a{
	color: #737373;
	text-decoration: none;
	padding-top: 16px;
	display: block;
	font-family: var(--font_ternary);
	transition: 0.3s;
}
.lists a:hover{
	color: var(--color_primary)
}
.lists .num {
	font-size: 100px;
	font-weight: 700;
	color: var(--color_secondary);
	position: absolute;
	right: 0;
	bottom: 14px;
	line-height: 1;
	width: 60px;
}
.lists .list {
	position: relative;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--color_text);
}
.lists .list:not(:last-child){
	margin-bottom: 40px;
}

.numbers {
	display: flex;
}
.numbers .number:nth-child(1),
.numbers .number:nth-child(3){
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.numbers .number:nth-child(2){
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.numbers .label, .numbers .supertext {
	font-size: 24px;
	font-weight: 500;
	color: var(--color_text);
	font-family: var(--font_ternary);
	text-transform: uppercase;
}
.numbers .supertext {
	font-weight: 400;
}
.numbers .value, .numbers .subtext {
	font-size: 60px;
	color: var(--color_text);
	font-family: var(--font_ternary);
	display: inline-block;
}
.numbers .label {
	margin-bottom: 30px;
}
.numbers .number {
	position: relative;
}
.numbers .number:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 100%;
	background: var(--color_text);
	top: 0;
}
.numbers .number:nth-child(2), .numbers .number:nth-child(3) {
	padding: 0 50px;
}
@media(min-width: 768px){
	.about_sec .flex > div{
		width: 50%;
	}
	.numbers .number:nth-child(1),
	.numbers .number:nth-child(3){
		width: 30%;
	}
	.steps_sec .flex > div:nth-child(1) {
		width: 60%;
	}
	.steps_sec .flex > div:nth-child(2) {
		width: 40%;
	}
	.numbers .number:nth-child(3){
		width: 30%;
	}
	.numbers .number:nth-child(2){
		width: 40%;
	}
}
@media(max-width: 767px){
	.about_sec .flex,
	.steps_sec .flex{
		flex-direction: column;
		align-items: flex-start;
	}
	.steps_sec .flex{
		gap: 40px;
	}
	.recycle_steps svg{
		max-width: 100%;
		margin: auto;
		height: 200px;
	}
	.numbers{
		flex-direction: column;
		text-align: center;
		margin: auto;
		background: #DCE8D0;
		padding: 30px 0;
		border-radius: 16px;
	}
	.numbers .number{
		padding: 0px 0 !important;
		opacity: 1 !important;
		transform: none !important
	}
	div.numbers .number::after{
		display: none;
	}
	.numbers .label, .numbers .supertext {
		font-size: 18px;
	}
	.numbers .value, .numbers .subtext {
		font-size: 36px;
	}
	.numbers .label{
		margin-bottom: 18px;
	}
	.strip .super {
		font-size: 18px;
	}
	.strip .text_xxl {
		font-size: 26px;
	}
	.lists p{
		font-size: 20px;
	}
	.lists .num {
		font-size: 80px;
		width: 46px;
	}
}