.template-404 .EmptyState h3{
	font-size: 60px;
    font-weight: 700;
  	margin-bottom: 15px;
}
.template-404 .EmptyState p{
  	font-size: 25px;
}
@media only screen and (max-width: 600px){
  	.template-404 .EmptyState p{
      	font-size: 20px;
    }
}