.hero-map-section {
  padding: 70px 0;
  text-align: center;
}

.hero-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 27px;
  }
}

.hero-subtitle {
  font-size: 18px;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto 40px;
}

.hero-card img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-card {
  border-radius: 12px !important;
  transition: 0.3s;
}

.hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
}/*# sourceMappingURL=hero-map-section.css.map */