section.explore {
  display: flex;
  flex-direction: row;
  padding: 10px 0px;
}

section.explore > .item {
  display: flex;
  flex-direction: column;
  z-index: 1;
}

section.explore > .item > div {
  display: flex;
  flex-direction: column;
  height: 220px;
  text-align: left;
  margin: 40px 0px;
  max-width: 450px;
  font-size: 20px;
}

section.explore > .item.right {
  margin-right: 0;
}

section.explore .backgroundRectangle {
  position: absolute;
  background: var(--platinum);
  width: 70%;
  max-width: 70%;
  height: 100%;
  z-index: 0;
}

section.section.location {
  margin-bottom: 100px;
}

section.location > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: auto;
  font-size: 18px;
  line-height: 2;
  max-width: 650px;
  margin: 50px;
}

section.location iframe {
  width: 100%;
  position: relative;
  max-width: 800px;
}

@media (max-width: 1023px) {
  section.explore .item {
    margin: 0;
    padding: 40px;
    padding-top: 0px;
  }
  section.explore > .item > div {
    height: fit-content;
    margin: 20px auto;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  section.explore .backgroundRectangle {
    max-width: 90%;
    width: 90%;
  }
  section.location > div > h2 {
    margin: 50px;
  }
}
