.servisBit {
	background: #222222;
	padding: 40px 40px 40px 168px;
	color: #FFF;
	margin-bottom: 45px;
	background-repeat: no-repeat;
	background-position: 22px 0px;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	min-height: 240px;
}
.servisBit a {
	color: #FFFFFF;
}
.leftBox {
	padding-right: 50%;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("i/pngwing.png");
}
.rightBox {
	padding-left: 50%;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("i/pngwing 1.png");
}
.servisBg1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("i/subtract.png");
}
.servisBg2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("i/Group 123.png");
	padding: 170px 0px;
}
@media (max-width: 800px) {
	.leftBox {
		background-image: none !important;
		padding: 0px;
	}
	.rightBox {
		background-image: none !important;
		padding: 0px;
	}
	.servisBg2 {
		padding: 100px 0px;
	}
	.servisBit {
		font-size: 18px;
		line-height: normal;
	}
}