#services{
	background: -webkit-linear-gradient(left, #84caff 0%, #84caff 100%), -webkit-linear-gradient(left, #84caff 0%, #84caff 100%);
	background-position : -100px 100%, 100% 100px;
	background-repeat   : no-repeat;
}
#services-wrapper:before {
    border-left-color: #bce2ff;
}

.service-box {
	    background: -webkit-linear-gradient(right, #2184d9 0%, #2184d9 100%), -webkit-linear-gradient(right, #2184d9 0%, #2184d9 100%);
	        background-position: 100% -20px, 20px 100%;
	        background-repeat: no-repeat;
	}