@import url("./index.css");

.company-message {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 38px;
  align-items: center;
}

.company-message img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.company-map {
  margin-top: 48px;
}

.company-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 8px;
}

@media (max-width: 820px) {
  .company-message {
    grid-template-columns: 1fr;
  }

  .company-map {
    margin-top: 36px;
  }

  .company-map iframe {
    height: 320px;
  }
}
