
.working-process-section{
	position: relative;
}

.working-process-section .inner-container{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.working-block-one .inner-box{
	position: relative;
	max-width: 320px;
	padding-right: 0px;
}

.working-block-one .inner-box .count-text{
	position: absolute;
	top: -30px;
	right: -15px;
	z-index: 1;
}

.working-block-one:last-child .inner-box .count-text{
	right: 5px;
}

.working-block-one:last-child .inner-box{
	padding-right: 30px;
}

.working-block-one .inner-box .count-text h3{
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	padding-top: 27px;
}

.working-block-one .inner-box .count-text h3:before{
	position: absolute;
	content: '';
	width: 90px;
	height: 90px;
	left: -5px;
	top: -5px;
	border-radius: 50%;
}

.working-block-one .inner-box .count-text h3 span{
	display: block;
	font-size: 16px;
	font-weight: 500;
}

.working-block-one .inner-box .text{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 170px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 14px #e77c1933;
	padding: 0px 40px;
}

.working-block-one .inner-box .text h3{
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.working-block-one .inner-box .shape{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -48%;
	width: 80px;
	height: 19px;
	background-repeat: no-repeat;
}


.working-process-section.alternat-2 .working-block-one .inner-box .text{
	border-radius: 10px;
	padding-top: 30px;
}

.working-process-section.alternat-2 .working-block-one .inner-box .count-text h3:before{
	border-radius: 30px;
}

.working-process-section.alternat-2 .working-block-one .inner-box .count-text h3{
	border-radius: 10px;
}

.working-process-section .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 640px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.working-process-section .pattern-layer .pattern-2{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 640px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}






























