@media (max-width: 980px){
section.coming h1{
	font-size: 45px;
}
}
@media (max-width: 540px){
section.coming h1{
	font-size: 36px;
}
}