/*------------------------------------*/
/*------------ SERVICES --------------*/
/*------------------------------------*/
.services{
	.service{
		border: 1px solid $light_gray;
		@include border_radius(4px);
		padding: 0.9rem 0.9rem 0.85rem;
    	margin-top: 1.1rem;
		min-height: 135px;
    	h4{
    		color: rgba(26, 140, 255, 0.8);;
    	}
    	p{
	    	font-size: 0.6rem;
    		line-height: 18px;
    		letter-spacing: 0.34px;
    		margin-bottom: 0;
    		color: #7C8EAA;
    	}
        span.icon {
            font-size: 2rem;
            margin-bottom: 0.7rem;
            display: block;
        }
    	span.count{
    		color: #1A8CFF;
		    float: right;
		    background: rgba(26, 140, 255, 0.1);
            margin-top: -2.4rem;
    		margin-right: 0.1rem;
		    @include border_radius(3px);
            font-size: 0.9rem;
    		width: 24px;
    		text-align: center;
    		height: 24px;
    		padding: 0.12rem 0;
    	}
	}
	.col-4:last-child .service{
		margin-bottom: 0;
	}
}
/*------------------------------------*/
/*------------ /SERVICES -------------*/
/*------------------------------------*/
/**/