/* CSS File 
	===================
	Template Name: Startup - Coming soon templete
	Author: ashishmaraviya
	Version: 1.0
	Copyright 2020
===================*/
/*==============
	Page General css
=================*/
@media only screen and (max-width: 1366px) {
	.page-intro h1{
		font-size: 46px;
	}
}
@media only screen and (max-width: 1200px) {
	.page-intro h1{
		font-size: 36px;
	}
	.preview-image-inner {
		max-height: 220px;
	}
}
@media only screen and (max-width: 992px) {
	.disp-block-none{
		display: none;
	}
	.disp-block{
		width: 100%;
	}
	.page-intro h1{
		font-size: 50px;
	}
	.preview-image-inner {
		max-height: 270px;
	}
}
@media only screen and (max-width: 767px) {
	.pp-section{
		padding: 50px 0 20px 0;
	}
	.page-intro h1{
		font-size: 40px;
	}
	.preview-image-inner {
		max-height: 300px;
	}
}
@media only screen and (max-width: 576px) {
	.page-hero{
		height: 80vh;
	}
	.page-intro{
		padding: 0;
	}
	.page-intro h1{
		font-size: 32px;
	}
	.page-intro h2{
		font-size: 22px;
	}
	.page-intro h2:after{
		width: 86px;
		height: 46px;
	}
}
@media only screen and (max-width: 420px) {
	.page-intro h1{
		font-size: 26px;
	}
	.page-intro p{
		font-size: 16px;
	}
}