@media only screen and (max-width: 1199px) {
	.hero-content-title h1.text-anime-style-3 {font-size: 60px;}
}

@media only screen and (max-width: 991px) {
	.hero-content-title h1.text-anime-style-3 {font-size: 50px;}
}

@media only screen and (max-width: 767px) {
	.hero-content-title h1.text-anime-style-3 {font-size: 40px;}
	.form-box {width: 100%;}
	.container-box {width: 100%; max-width: 100%; margin: 0px;}
	.hero {padding: 50px 0;}
}