@media (max-width:1000px) {
	.text1{
		font-size: 3vmax;
}
}

@media (max-width:601px) {
	.text1{
		font-size: 2.5vmax;
} 
}