.header-with-title {
	padding: 195px 0 80px;
}

@media (max-width: 991px) {
	.head-anchor-menu.fixed {
		top: 127px;
	}
}

@media (max-width: 767px) {
	.home-banner {
		padding: 140px 0 15px;
		text-align: center;
	}
	.header-with-title {
		padding: 171px 0 80px;
	}
	.site-content .head-anchor-menu ul {
		width: 100%;
	}
	.head-anchor-menu + section {
		margin-top: 0;
	}
	.head-anchor-menu.fixed + section {
		margin-top: 60px;
	}
}