.title a, .title {
	font-size: 50px !important;
}

@media screen and (max-width:900px) {
  .title a, .title {
    font-size: 30px !important;
  }
}