.contact-map {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-std);
  overflow: hidden;
  width: 100%;
}
.contact-map__iframe {
  border: 0;
  height: 100%;
  width: 100%;
}
