/* Kashi Vishwanath Temple — Destination Page */
#dest-hero .hero-bg {
  background-image: url('../../images/mandvi/kashivishwanath beach1.webp');
}

#dest-hero .dest-hero-title {
  font-size: clamp(2.6rem, 6vw, 5rem);
}
@media (min-width: 768px)  { #dest-hero .dest-hero-title { font-size: 3.5rem; } }
@media (min-width: 1024px) { #dest-hero .dest-hero-title { font-size: 4.2rem; } }
@media (min-width: 1280px) { #dest-hero .dest-hero-title { font-size: 5rem;   } }

#dest-hero .hero-subtitle {
  margin-top: 1.2rem;
}

#dest-hero .hero-inner > p {
  margin-top: 1rem;
}
