#contact-map {
  padding: 2rem;
}

#contact-map .google-map {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 650;
  min-height: 250px;
  position: relative;
}

#contact-map .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  border-radius: 10px;
}
