.working-section{
	position: relative;
}

.working-section .inner-container{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.working-block-one .inner-box{
	position: relative;
	display: flex;
	align-items: center;
	width: 290px;
	height: 290px;
	background: #FFFFFF;
	box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.12);
	border-radius: 50%;
	justify-content: center;
}

.working-block-one .inner-box .count-box{
	position: absolute;
	top: -20px;
	right: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0px 20px 60px rgba(135, 195, 50, 0.5);
}

.working-block-one .inner-box .count-box h3{
	display: block;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
}

.working-block-one .inner-box .count-box h3 span{
	display: block;
	font-size: 16px;
}

.working-block-one .inner-box:last-child{
	margin-right: 20px;
}

.working-block-one .inner-box .text h3{
	display: block;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}

.working-block-one .inner-box .text p a{
	color: #6E6E6E;
}

.working-block-one .inner-box .text p a:hover{

}

.working-block-one .inner-box .arrow-shape{
	position: absolute;
	top: 50%;
	right: -53%;
	width: 102px;
	height: 18px;
	background-repeat: no-repeat;
}