@media screen and (max-width: 1200px) {
	

}

@media screen and (max-width: 1100px) {
	.prices {
		height: auto;
	}
	.prices.page {
		padding: 150px 0 0 0 !important;
	}
	.prices .image3 {
		height: auto;
	}
	.prices .wrap.padding {
		padding: 50px 20px;
		box-sizing: border-box;
	}
	.prices .image3:before {
		display: none;
	}
	.prices .left_side h2,
	.prices .left_side p {
		margin-right: 0px;
	}
}

