#title {
  background:#292929;
}
#title h1 {
  text-align:center;
}

@media screen and (max-width:640px) {
  #title {
    padding: 60px 0;
  }
  #title h1 {
    color: #fff !important;
  }
}
