@media only screen and (max-width:767px) {
	.flexible_ivf_content h2 {
		font-size: 25px
	}

	.flexible_ivf_content span {
		font-size: 25px
	}

	.faq_left img {
		position: absolute;
		width: 150px
	}

	.faq_right img {
		position: absolute;
		right: 0;
		top: 150px;
		width: 150px
	}
}