@media only screen and (max-width:767px) {
	.dr_leaf img {
		width: 140px
	}

	.dr_details_content h2 {
		font-size: 25px
	}

	.dr_details_content h3 {
		font-size: 18px
	}

	.dr_details_content h4 {
		font-size: 20px
	}

	.dr_about_content_text h2 {
		font-size: 20px
	}

	.dr_about_content_text i {
		font-size: 18px
	}

	.dr_about_content_text ul li {
		font-size: 18px
	}

	.dr_list_title h2 {
		font-size: 25px
	}

	.dr_card h3 {
		font-size: 20px
	}
}