/* Large Display */

@media only screen and (min-width: 1367px){
	.bk{
		background-image: url('../imgs/5.jpg');
		background-repeat: no-repeat;
		background-position: 5px -650px;
		background-size: cover;
	}

	.r3-mar{
		margin-top: 140px;
	}

	.r4-mar{
		margin-top: 40px;
	}

	.parag{
		position: relative; 
		left: 15%;
		width: 45%;
	}

	.lef{
		font-style: italic;
	}
}

/*Small Display */

@media only screen and (min-width: 768px) and (max-width: 1366px){
	.bk{
		background-image: url('../imgs/5.jpg');
		background-repeat: no-repeat;
		background-position: 0px -450px;
		background-size: 99%;
	}

	.r3-mar{
		margin-top: 60px;
	}

	.r4-mar{
		margin-top: 50px;
	}

	.parag{
		position: relative; 
		
	}

	.lef{
		font-style: italic;
	}	
}

/* Mobile Display */

@media screen and (max-width: 767px){

	.bk{
		background-image: url('../imgs/resmobbac.png');
		background-repeat: no-repeat;
		background-size: cover;
	}

	.r3-mar, .r4-mar{
		margin-top: 118px;
	}

	.parag{
		position: relative; 
		display: flex; 
		justify-content: center; 
		align-items: center;
	}

	.lef{
		justify-content: flex-start; 
		align-items: center;
	}

	.mobdesc{
		font-family: Open Sans;
		font-style: italic;
		font-weight: normal;
		font-size: 20px;
		line-height: 27px;
		display: flex;
		align-items: center;
		letter-spacing: 0.05em;
		font-feature-settings: 'pnum' on, 'onum' on;
	}

}