@media (min-width: 320px) and (max-width: 430px){
	.smaller_h4{
		font-size: 0.4em !important;
	}
}

@media (min-width: 430px) and (max-width: 767px) { 

	}


@media (min-width: 768px) and (max-width: 991px) {	
	.smaller_h2{
		font-size: 1.3em !important;
	}
		.smaller_h4{
		font-size: 0.7em !important;
	}
}

@media (min-width: 801px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1024px) {	

}

@media (min-width: 1025px) and (max-width: 1280px) {
	.h2_title h2 {
    margin-top: 1em !important;
}
.smaller_h4{
		font-size: 1.3em !important;
	}
}	