body.page-contact-us .wp-block-columns {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  body.page-contact-us .wp-block-columns {
    flex-wrap: wrap;
  }
  body.page-contact-us .wp-block-columns > div {
    width: 100%;
    flex-basis: 100% !important;
    margin: 0 !important;
  }
}
body.page-contact-us .wp-block-columns .wp-block-column .core-block:nth-last-of-type(2) p {
  margin-bottom: 0;
}
body.page-contact-us .wp-block-columns .wp-block-column .core-block:nth-of-type(1) p {
  font-size: 24px;
  line-height: 28px;
}
body.page-contact-us .map {
  margin-left: 0 !important;
}
body.page-contact-us .map .core-block {
  position: relative;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  body.page-contact-us .map .core-block {
    aspect-ratio: 16/9;
  }
}
@supports not (aspect-ratio: 16/9) {
  body.page-contact-us .map .core-block:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 177.7777777778%;
  }
}
body.page-contact-us .map .core-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}