section .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width:767px) {
  section .intro h2 {
    margin-bottom: 25px !important;
    padding-top: 25px !important;
    font-size: 24px !important;
  }
}

section .intro p {
  margin-bottom: 0;
}

section .intro h2 {
  font-weight: bold;
  margin: 0 0 15px !important;
  /*padding-top: 40px;*/
  color: inherit;
}

