* {
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}
/*-------------HOW WE WORK--------------*/
.howWeWork {
	width: 100%;
	position: relative;
}
.howWeWork h1 {
	text-align: center;
	font-size: 32px;
}
.vl {
	border-left: 2px solid #ddd;
	height: 1305px;
	position: absolute;
	left: 13%;
	top: 5%;
}
.step {
	position: relative;
	width: 5%;
	left: 5%;
	top: 50px;
	color: #e65c00;
}
#dot {
	width: 15px;
	height: 15px;
	background-color: #e65c00;
	border: 3px solid #ddd;
	border-radius: 50%;
	position: absolute;
	left: 102px;
	bottom: 20%;
}
.container-2 {
	position: relative;
	width: 78%;
	left: 6%;
	min-height: 135px;
	border-radius: 5px;
	margin: 5px auto;
	padding: 8px;
	background-color: #eee;
}
.container-2 img {
	float: left;
	width: 10%;
}
.details {
	float: right;
	width: 88%;
	padding: 15px;
	line-height: 25px;
}
.details h3 {
	color: #37aa19;
}
.container-2:after {
	position: absolute;
	width: 30px;
	height: 30px;
	border-top: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	top: 35%;
	left: 1%;
	margin-left: -25px;
	margin-top: -25px;
	content: '';
	transform: rotate(45deg);
	background-color: #eee;
	z-index: -1;
}
@media screen and (max-width: 1024px) {
	.step {
		width:8%;
	}
	.vl {
		height: 1145px;
		left: 18%;
		top: 5%;
	}
	#dot {
		left: 126px;
	}
	.details {
		padding: 0 5px;
	}
	.container-2 {
		width: 70%;
		left: 10%;
	}
}
@media screen and (max-width: 800px) {
	.step {
		width:11%;
		left: 1%;
		top: 60px;
	}
	.vl {
		height: 1260px;
		left: 13%;
	}
	#dot {
		left: 86px;
	}
	.container-2 {
		width: 80%;
		left: 9%;
		min-height: 155px;
	}
}
@media screen and (max-width: 600px) {
	.box {
		position: relative;
	}
	.step {
		position: absolute;
		width:11%;
		left: 5%;
		top: 30%;
		z-index: 1;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
	}
	.vl, #dot {
		visibility: hidden;
	}
	.container-2 {
		width: 100%;
		min-height: 220px;
		left: 1%;
		top: 5;
		background-color: #fff;
	}
	.container-2:after {
		visibility: hidden;
	}
}
@media screen and (max-width: 400px) {
	.container-2 {
		min-height: 250px;
		background-color: #fff;
	}
}
@media screen and (max-width: 320px) {
	.container-2 {
		min-height: 270px;
		background-color: #fff;
	}
}