@media print, screen and (min-width: 769px) {
  .access-row {
    display: grid;
    grid-template-columns: 1fr 56rem;
    gap: 4rem;
  }
}

.access-map-iframe {
  border-radius: 1rem;
  overflow: hidden;
  border: solid 4px #fff;
  height: fit-content;
}
.access-map-iframe iframe {
  width: 100%;
  height: 48rem;
  aspect-ratio: 560/480;
}
@media (max-width: 768px) {
  .access-map-iframe iframe {
    height: 29.6rem;
    aspect-ratio: 345/296;
  }
}

.access-map-img {
  border-radius: 2rem;
  padding: 4rem 7rem;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 768px) {
  .access-map-img {
    border-radius: 1re;
    padding: 2rem 1.5rem;
  }
}
