#contact-map .home-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

@media (max-width: 992px) {
  #contact-map .home-contact-grid {
    grid-template-columns: 1fr;
  }
}

#contact-map .home-contact-grid > * {
  height: 100%;
}

#contact-map .map-container {
  height: 100%;
  min-height: 400px;
}

#google-maps {
  width: 100%;
  height: 100%;
}
