.location-block {
  overflow: hidden;
}

.location-content,
.location-map {
  padding: 0;
  height: 100%;
}

.location-content {
  display: flex;
  align-items: center;
  transform: translateY(50%);
}

.location-content__inner {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
}

.location-map iframe {
  display: block;
  width: 100% !important;
  border: 0;
}

@media (max-width: 991.98px) {
  .location-block > .row {
    height: auto;
  }

  .location-content,
  .location-map {
    height: auto;
  }

  .location-content {
    padding: 4rem 2rem;
  }

  .location-content__inner {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .location-map iframe {
    height: 420px !important;
  }

  .location-content {
    display: flex;
    align-items: center;
    transform: translateY(0);
  }
}
