@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
	.atf-single-text .title{font-size:50px;}
	.atf-section-title .title{font-size:40px;}
	.atf-hero-content .title{font-size:44px;}
}
@media only screen and (max-width : 1199px) {
	.atf-single-text .title{font-size:44px;}
}

@media only screen and (max-width : 991px) {
	.atf-mailchamp-headding h3 {
		font-size: 28px ! important;
	}
	.atf-single-text .title{font-size:36px;letter-spacing:0;}
	.atf-hero-content .title{font-size:36px;letter-spacing:0;}
}
@media only screen and (max-width: 576px) {
	.atf-hire-content h3 {
		line-height: 1.8;
	}
	.atf-mailchamp-headding h3 {
		font-size: 20px ! important;
	}
}