.makes-desc span{
	margin-right:15px;
}
.makes-process>.col{
	margin-bottom: 15px;
}
.makes-process h2{
	font-size: 18px;
	margin: 0;
}
span.pulp:before{
    font-family:"icomoon";
    content:"\e904";
	color: #447f9d;
	vertical-align: middle;
}
span.machine:before{
    font-family:"icomoon";
    content:"\e904";
	color: #9d7244;
	vertical-align: middle;
}
.makes-process>div{
	position:relative;
}
.makes-process>div:after{
	position:absolute;
    font-family:"icomoon";
    content:"\e904";
	right: -10px;
	top: 25%;
	font-size: xx-large;
}
.makes-process>div:nth-child(4n+1):before{
	position:absolute;
    font-family:"icomoon";
    content:"\e904";
	left: -10px;
	top: 25%;
	font-size: xx-large;
}
.makes-process>div:first-child:before{
    content:"";
}
.makes-process>div:last-child:after{
    content:"";
}
.makes-process>div:before, .makes-process>div:after{
	color: #447f9d;
}
.makes-process>div:nth-last-child(-n+4):before, .makes-process>div:nth-last-child(-n+5):after{
	color: #9d7244;
}
/******************************************************************************
  Max Width "576px" Responsive
*******************************************************************************/
@media (max-width: 576px) {
.makes-process>div:nth-child(2n):after{
	position:absolute;
    font-family:"icomoon";
    content:"\e905";
	left: -25px;
    bottom: -25px;
    right: unset;
    top: unset;
}
.makes-process>div:nth-child(4n+1):before{
    content:"";
}

}