@media screen and (min-width: 768px) {
  #subpage_title_area h1 {
    font-size: 42px;
  }
  #contact main {
    background-image: linear-gradient(to bottom, #f8f8f5, #FFFFFF);
  }
  #contact section#form {
    border-top: none;
    padding-top: 60px;
    background-image: none;
  }
}
