.bas-service-you{			
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.bas-service-you .for-you-item{
    flex: 0 0 33.333%;
    padding: 40px 25px 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d8d8;
			
		}
		.bas-service-you .for-you-item:nth-child(2){
			background: #6abad0;
			color: #fff;
    border: 1px solid #6abad0;
		}
		.bas-service-you .for-you-item:nth-child(2) h3{
			color: #fff;
		}
		.bas-service-you h3{
			font-size: 24px;
			font-weight: 700;
		}
		.bas-service-you .btn{
			background: #6abad0;
			border-radius: 0;
			border: 0;
			padding: 10px 25px;
			color: #fff;
			font-size: 14px;
			text-transform: uppercase;
			font-weight: 400;
			margin-top: 0;
		}


.for-you-item a.btn:hover  {
    background: #808080;
}
