span.hero-signature {
  color: #fff !important;
  font-family: "Caveat", cursive;
  font-size: 2rem !important;
  line-height: 2.5rem;
}

@media (max-width: 767px) {
    span.hero-signature {
        font-size: 1.5rem !important;
    }
}