.about-location {
  margin: 0 0 64px;
}

.about-location img {
  width: 100%;
  height: auto;
  aspect-ratio: 1599 / 984;
  object-fit: cover;
  border-radius: 12px;
}

.about-location figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.about-layout.about-layout-copy {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

@media (max-width: 820px) {
  .about-location {
    margin-bottom: 42px;
  }
}

@media (max-width: 560px) {
  .about-location {
    margin-bottom: 34px;
  }

  .about-location img {
    border-radius: 8px;
  }

  .about-location figcaption {
    font-size: 13px;
    line-height: 1.5;
  }
}
