.access-heading {
  margin-bottom: 1rem;
}

.access-map-wrapper {
  display: flex;
  align-items: center;
}

.access-map {
  width: 50%;
  height: 20rem;
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

.access-map-text-wrapper {
  width: 50%;
  padding: 2rem;
  box-sizing: border-box;
}

@media screen and (max-width: 520px) {
  .access-map-wrapper {
    flex-direction: column;
  }

  .access-map {
    width: 100%;
  }

  .access-map-text-wrapper {
    width: 100%;
    font-size: 1rem;
  }
}
