body {
  margin: 0;
  background: rgba(250, 250, 250, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

body a {
  text-decoration: none;
}

.about-us-img-container {
  position: relative;
  width: 100%;
  height: 240px;
}

.about-us-img-container img {
  width: 100%;
  height: 100%;
}

.about-us-img {
  width: 100%;
}

.about-us-map {
  margin-top: -70px;
  width: 1200px;
  height: 180px;
  border-radius: 8px;
}

.about-us-contact {
  margin-top: 34px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about-us-contact-info {
  width: calc(50% - 20px);
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 60px;
  box-sizing: border-box;
}

.about-us-contact-info-title {
  display: flex;
  align-items: center;
}

.about-us-contact-info-title span {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  color: rgba(0, 0, 0, 1);
}

.about-us-contact-info-content {
  display: flex;
  flex-direction: column;
}

.about-us-contact-info-content span {
  white-space: nowrap;
}

.about-us-contact-info-item {
  display: flex;
}

.common-font {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-us-title-text {
  white-space: nowrap;
  color: rgba(25, 25, 25, 1);
}

.about-us-info-text {
  color: rgba(127, 127, 127, 1);
}

@media (max-width: 768px) {
  body {
    background: rgba(242, 245, 247, 1);
  }

  .about-us-img-container {
    width: 100%;
    height: 98px;
  }

  .about-us-map {
    margin: -18px 16px 0 16px;
    width: calc(100% - 32px);
    height: 131px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }

  .about-us-contact {
    margin-top: 0;
    width: 100%;
    flex-direction: column;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .about-us-contact-info {
    margin-top: 16px;
    width: 100%;
    padding: 24px 28px;
    background: rgba(255, 255, 255, 1), linear-gradient(180deg, rgba(240, 243, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
  }

  .about-us-contact-info-title img {
    width: 60px;
    height: 60px;
  }

  .about-us-contact-info-content span {
    white-space: normal;
  }

  .common-font {
    font-size: 14px;
    line-height: 22px;
  }
}
