.contact-page {
  background: #fff;
  color: #1d1d1f;
}

.contact-content-width {
  width: min(980px, calc(100% - 44px));
  margin: 0 auto;
}

.contact-title-section h1 {
  margin: 0;
  padding: 80px 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue",
    "PingFang SC", Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: -0.009em;
  text-align: center;
}

.corporate-address-card {
  width: min(982px, calc(100% - 44px));
  margin: 0 auto 60px;
  padding: 26px 0 50px;
  border: 1px solid #d2d2d7;
  border-radius: 5px;
  background: #f5f5f7;
  color: #1d1d1f;
  text-align: center;
}

.corporate-address-card h2 {
  margin: 33.6px 0 36px;
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue",
    "PingFang SC", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.007em;
}

.corporate-address-card address {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue",
    "PingFang SC", Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.022em;
}

@media (max-width: 734px) {
  .contact-content-width {
    width: 75%;
  }

  .contact-title-section h1 {
    padding: 60px 0;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.009em;
  }

  .corporate-address-card {
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 0 35px;
    border: 0;
    border-radius: 0;
  }

  .corporate-address-card h2 {
    margin: 25.2px 0 27px;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.011em;
  }
}
