/* Large Display */

@media only screen and (min-width: 1367px){

	.bk{
		background-image: url('../imgs/4.jpg');
		background-repeat: no-repeat;
		background-position: -300px 450px;
		background-size: 120%;
	}

	.ips-pej-ttop{
		margin-top: 60px;
	}

	.ips-abt-para-1{
		margin-top: 22px; 
		width: 1100px;
		text-align: justify;
	}

	.ips-abt-para-2{
		margin-top: 22px; 
		width: 1100px; 
		text-align: justify;
	}

	.ips-abt-top{
		position: relative;
		top: 96px;
	}

	.ips-abt-top-img{
		position: relative;
		top: 38px;
	}
}

/*Small Display */

@media only screen and (min-width: 768px) and (max-width: 1366px){
	.bk{
		background-image: url('../imgs/4.jpg');
		background-repeat: no-repeat;
		background-position: -180px 500px;
		background-size: 120%;
	}

	.ips-pej-ttop{
		margin-top: 50px;
	}

	.ips-abt-para-1{
		margin-top: 32px; 
		width: 800px;
		text-align: justify;
	}

	.ips-abt-para-2{
		margin-top: 32px; 
		width: 800px; 
		text-align: justify;
	}

	.ips-abt-top{
		position: relative;
		top: 76px;
	}

	.ips-abt-top-img{
		position: relative;
		top: 38px;
	}
}

/* Mobile Display */

@media screen and (max-width: 767px){

	.ips-pej-ttop{
		margin-top: 71.29px;
	}

	.ips-abt-top{
		position: relative;
		top: 76px;
	}

	.ips-abt-top-2{
		margin-top: 43px;
		padding-bottom: 50px;
	}

	.ips-abt-top-img{
		position: relative;
		top: 29px;
	}

	.ips-abt-para-1, .ips-abt-para-2{
		text-align: justify;
	}

	.ips-abt-para-1{
		margin-top: 60px; 
	}

	.ips-abt-para-2{
		margin-top: 50px; 
	}

	.abt-title{
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 42px;
		line-height: 57px;
		display: flex;
		align-items: center;
		letter-spacing: 0.05em;
		font-feature-settings: 'pnum' on, 'onum' on;

	}

}