@media screen and (max-width: 768px) {
	h2 {
		font-size: 27px;
		line-height: 33px;
	}
	
	.medcure-content-wrapper .page-title-wrap-inner .page-title {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	
	.medcure-content > .medcure-content-inner, .search-results .medcure-content > .medcure-content-inner {
		padding: 0px 0 !important;
	}
}