/* @media (min-width: 576px) { sm }
@media (min-width: 768px) { md }
@media (min-width: 992px) { lg }
@media (min-width: 1200px) { xl } */



/* below 1200  */
@media screen and (max-width:1200px){	




}
/* below 1200  */

/* below 992  */
@media screen and (max-width:991px){
	


}
/* below 992  */

/* below 767  */
@media screen and (max-width:767px){

	body{
		font-size: 17px;
		line-height: 28px;
	}
	h3{
		font-size:25px;
		line-height:30px;
	}
	.headerTxt h1{
		font-size:50px;
		line-height:70px;
	}
	.headerTxt h2{
		font-size:30px;
		line-height:40px;
	}	

	.storyPan .row{
		margin-bottom:10px;
	}
	.storyPan .txtCol{
		margin-top:0;
	}
	.worldPan{
		margin:20px 0 20px;
	}
	.worldPan h3{
		margin-bottom:30px;
	}
	.worldPan .actionTxt {
  		margin-top: 40px;
	}

}
/* below 767  */

/* below 575  */
@media screen and (max-width:575px){

	h3{
		font-size:20px;
		line-height:35px;
	}
	.headerTxt{
		padding-top:30px;
		padding-bottom:40px;
	}
	.headerTxt h1{
		font-size:40px;
		line-height:60px;
	}
	.headerTxt h2{
		font-size:25px;
		line-height:40px;
	}
	.actionBtn{
		padding:10px 20px;
	}

}
/* below 576  */