@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.atf-hero-content .title{font-size:45px;}
	.atf-slider-content .title{
		font-size:45px;
	}
}
@media only screen and (max-width : 991px) {
	.atf-hero-content .title {
		font-size: 36px !important;
		letter-spacing: 0;
		font-weight: 600;
	}
	.atf-faq-accordion .card .card-header button{
		font-size:18px;
	}
	.atf-slider-content .title{
		font-size:36px;
		letter-spacing:0;
		font-weight:600;
	}
	.atf-section-title .title{
		font-size:28px;
	}
	.atf-mailchamp-headding h2 {
		font-size: 24px;
	}
}
@media screen and (min-width: 320px) and (max-width: 479px){
	.atf-themes-btn{
		margin-left: 0;
		margin-top: 10px;
	}
}