@media only screen and (min-width:200px) and (max-width:767px){
	.courses a{
		background: #fff;
		border: 1px solid #dee2e6;
		padding: 5px 25px;
		margin-right: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.book-free-demo{
		text-align: center;
	}

	.explore{
		border-radius: 15px;
		height: 400px;
	}

	.explore{
		background-position: right;
		background-repeat: no-repeat;
		background-size: 75%;
	}

	.explore-courses{
		width: 80%;
	}

	.courses-content{
		font-size: 12px;
	}

	.side-img img{
		width: 100%;
		transform: translate(0px, 0px);
	}

	.neet-heading{
		font-size: 20px;
	}
}