.information-page .container {
  max-width: 820px;
}

.information-page .container h1.sec-title {
  margin-bottom: clamp(46px, 7vw, 66px);
}

.company-section {
  width: min(760px, 100%);
  margin: 0 auto;
}

.company-section--overview.reveal {
  transition-delay: 0.08s;
}

.company-section--history.reveal {
  transition-delay: 0.12s;
}

.company-section + .company-section {
  margin-top: clamp(54px, 8vw, 80px);
}

.company-section--history {
  position: relative;
  padding-top: 0;
  border-top: 0;
  background: transparent;
}

.information-page .container h2.sec-title {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 0 14px;
  border-left: 4px solid #3b82f6;
  font-size: clamp(1.22rem, 2.4vw, 1.55rem);
  font-weight: 820;
  line-height: 1.35;
}

.information-page .container h2.sec-title::before {
  content: none;
}

.info {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.tbl-th,
.tbl-td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(21, 32, 51, 0.1);
  text-align: left;
  vertical-align: top;
}

.tbl-th {
  width: 128px;
  color: #58677b;
  font-weight: 760;
  white-space: nowrap;
}

.tbl-td {
  color: #152033;
}

.office-block + .office-block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(21, 32, 51, 0.14);
}

.office-block strong {
  display: inline-block;
  margin-bottom: 2px;
  color: #152033;
  font-weight: 820;
}

.history {
  max-width: 720px;
  margin: 0 0 22px;
  color: #475569;
  font-size: 0.93rem;
  line-height: 1.95;
  text-align: left;
}

.history-table {
  margin-top: 18px;
}

.history-table thead .tbl-th {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(13, 59, 145, 0.045);
  color: #203047;
}

.history-table tbody .tbl-th {
  color: #0d3b91;
  font-weight: 820;
}

@media (min-width: 571px) {
  .line-space {
    display: block;
    height: 10px;
  }
}

@media (max-width: 570px) {
  .information-page .container {
    padding: 0 1.25rem;
  }

  .information-page .container h1.sec-title {
    margin-bottom: 36px;
  }

  .company-section + .company-section {
    margin-top: 46px;
  }

  .company-section--history {
    padding-top: 0;
  }

  .information-page .container h2.sec-title {
    margin-bottom: 14px;
    padding-left: 12px;
    font-size: 1.22rem;
  }

  .info,
  .history {
    font-size: 0.84rem;
  }

  .tbl-th,
  .tbl-td {
    padding: 9px 7px;
  }

  .tbl-th {
    width: 86px;
  }

  .office-block {
    line-height: 1.85;
  }

  .office-block .br {
    display: block;
    height: 0;
  }

  .line-space::before {
    content: "\A";
    white-space: pre;
  }
}
