.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 18px;
}

.contact-actions .button {
  margin: 0;
}

.contact-map {
  width: min(100%, 900px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1019607843);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
}

@media (max-width: 650px) {
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-actions .button {
    justify-content: center;
  }
  .contact-map iframe {
    height: 380px;
  }
}

/*# sourceMappingURL=contact.css.map */