/* Xtra small devices (iPhone 5/SE, screen width < 363px) */

@media (max-width: 363px) { 
  .hero-text h2 {
    font-size: 3rem;
}
}