.block_e32b322e5d714f5bad53033ff0f1daf7 {
  width: 100% !important;
  height: 400px !important;
  position: relative;
  overflow: hidden;
}

/* Ensure the map fills the container */
.block_e32b322e5d714f5bad53033ff0f1daf7 iframe,
.block_e32b322e5d714f5bad53033ff0f1daf7 > div {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 400px !important;
}

/* Optional: Visually shift the map upward to better center the pin */
.block_e32b322e5d714f5bad53033ff0f1daf7 > div {
  transform: translateY(-40px); /* Adjust as needed */
  transition: transform 0.3s ease;
}/*NAVIGATION*/
.navContent .subNav {
    max-width: 400px;
}