.intro-title {
  font-size: 3rem !important;
}

@media only screen and (max-width: 420px) {
    .intro-title {
      font-size: 1.6rem !important;
    }
}