<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-us-box {
  display: flex;
  justify-content: space-between;
  padding: 20px 14px;
  background-color: #FAF9F4;
}

.map-container {
  display: flex;
  flex: 1;
  height: 600px;
}

.traffic-line {
  width: 210px;
  margin-right: 20px;
}

.cont-title {
  margin-bottom: 24px;
  font-size: 20px;
}

.cont-title img {
  margin-right: 20px;
}

.traffic-item {
  margin-bottom: 40px;
}

.icon-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #444;
  line-height: 24px;
}

.icon-title img {
  width: 28px;
  margin-right: 8px;
}

.cont-text {
  padding-left: 36px;
  font-size: 20px;
  color: #111111;
  line-height: 32px;
}

@media (max-width: 768px) {
  .contact-us-box {
    flex-direction: column-reverse;
  }

  .map-container {
    flex: auto;
    width: 100%;
    height: 400px;
  }

  .cont-text {
    font-size: 18px;
  }
}</pre></body></html>