@media screen and (max-width: 1200px) {
	

}

@media screen and (max-width: 1100px) {
	.services {
		height: auto;
	}
	.services .image1 {
		height: auto;
	}
	.services .wrap.padding {
		padding: 50px 20px;
		box-sizing: border-box;
	}
	.services .image1:before {
		display: none;
	}
	.services .right_side h2,
	.services .right_side p,
	.services .right_side ul {
		margin-left: 0px;
	}
}

