/* CSS File 
	===================
	Item Name: Sava - Creative pricing tables
	Author: Ashish Maraviya
	Version: 3.0
	Copyright 2023
===================*/
/*==============
	Page General css
=================*/
@media only screen and (max-width: 1199px) {
	.design-image {
        height: 300px;
	}
}
@media only screen and (max-width: 991px) {
	.design-image {
        height: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.pp-section{
		padding: 50px 0;
	}
	.design-image {
        height: 300px;
	}
}
@media only screen and (max-width: 575px) {
	.design-image {
        height: 200px;
	}
}