@media only screen and (max-width: 767px){
	.splash-img,
	.practice-cal,
	.calculus h1,
	.calculus p,
	.crazy-shifu-img,
	.app-store{
		text-align: center!important;
	}
	.splash p{
		margin-top: 20px;
		text-align: center;
	}
	.splash-text{
		margin-left: 0px;
	}
	.mobile-image{
		margin-top: -84px;
		position: initial;
	}
	.background-1{
		padding-bottom: 16%;
	}
	.practice{
		margin-top: 14%;
	}
	.multiple-mobiles img{
		margin-top: -140px;
	}
	.quiz-text{
		margin: 56px 0px 160px;
	}
}
@media only screen and (max-width: 767px) and (min-width: 576px){
	.practice-cal,
	.high-content{
		flex: 0 0 100%;
	    max-width: 100%;
	}
	.splash-text{
		flex: 0 0 50%;
		max-width: 50%;
		margin-left: 0px;
	}
	.mobile-image{
		margin-top: -138px;
	}
	.splash p{
		margin-top: 0px;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.mobile-image {
	    top: -95px!important;
	    right: -24px!important;
	    width: 120%!important;
	}
	.quiz-text {
    	margin: 100px 0px 190px;
	}
	.multiple-mobiles img {
    	margin-top: -160px;
	}
	.practice{
		margin-top: 75px;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	.mobile-image{
		right: -15px;
		top:-130px;
	}
	.practice{
		margin-top: 100px;
	}

}
