


@media screen and (min-width:320px) and (max-width:640px){
#tourism h1 {
    font-size: 20px;
}
	}


@media screen and (min-width:650px) and (max-width:900px){
#tourism h1 {
    font-size: 41px;
}
	}







