@media screen and (max-width: 600px){
	.landingcont p strong{
		font-size: 35px;
		line-height: 25px;
	}
	.mbt ul li{
		font-size: 17px;
	}
	.mbt.l-c p{
		font-size: 19px;
	}
	h1{
		font-size: 38px;
	}
}

@media screen and (max-width: 360px){
	.landingcont p strong{
		font-size: 28px;

	}
}