.history-sec {
	padding: 70px 0px;
	background-image: url("../img/about-bg.png");
	background-size: 66%;
	background-repeat: no-repeat;
	background-position: -46% bottom;
}
/* responsive starts here */
@media (max-width: 480px) {
	.heading-wrapper h2 {
		font-size: 34px;
	}
	.history-sec .project-content-wrap h2 {
		font-size: 34px;
	}
}
