@media only screen and (max-width:767px) {
	#about .about-title {
		height: 50vh
	}

	.about-title h2 {
		font-size: 35px
	}

	.why_choose_title h2 {
		font-size: 35px
	}

	.why_choose_leaf img {
		width: 150px
	}

	.dr_titles h2 {
		font-size: 35px
	}

	#dr_section .dr_description {
		height: 50vh
	}

	.dr_section_leaf_first img {
		width: 150px
	}

	.dr_section_leaf_seccond img {
		width: 200px
	}

	.leaf_left {
		position: absolute;
		top: 20px;
		width: 200px;
		z-index: 99
	}
}