.about-history .about-timeline {
  display: flex;
  flex-wrap: wrap;
}

.about-history .about-timeline > li {
  flex: 1 1 0;
  min-width: 0;
  min-height: 240px;
  padding: 24px 20px 28px;
  border-right: 1px solid var(--line);
}

.about-history .about-timeline > li:last-child {
  border-right: 0;
}

@media (max-width: 1100px) {
  .about-history .about-timeline > li {
    flex-basis: 30%;
    min-height: 220px;
  }

  .about-history .about-timeline > li:nth-child(3) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .about-history .about-timeline > li {
    flex-basis: 100%;
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
  }
}

.about-competitiveness .section-heading,
.about-core-competencies .section-heading {
  max-width: none;
}

.about-competitiveness .about-positioning-statement {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 24px;
  color: var(--ink-soft);
}

.page-section .about-section-title {
  margin: 0 0 36px;
  color: var(--ink);
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.page-section .section-heading:has(.about-section-title) {
  margin-bottom: 36px;
}

.page-section .section-heading > .about-section-title {
  margin-bottom: 0;
}

.about-core-competencies .about-strengths {
  margin-top: 0;
}

@media (max-width: 760px) {
  .page-section .about-section-title {
    font-size: 28px;
  }
  .about-competitiveness .about-positioning-statement {
    font-size: 24px;
  }
}

.about-history,
.about-competitiveness,
.about-core-competencies,
.about-profile-v2,
.about-patents {
  scroll-margin-top: 100px;
}

.us-strip.us-branch-preview {
  padding: 64px 0 32px;
  scroll-margin-top: 82px;
}

#us-warehouse.us-branch-preview .us-layout {
  min-height: 404px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  grid-template-rows: 1fr auto;
  align-content: stretch;
  column-gap: 64px;
  row-gap: 36px;
}

.us-branch-preview .us-branch-title {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  margin: 0;
  color: #fff;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#us-warehouse.us-branch-preview .warehouse-map {
  grid-column: 2;
  grid-row: 1;
}

#us-warehouse.us-branch-preview .us-layout .us-message {
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: end;
  max-width: none;
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
}

html[lang^="en"] #us-warehouse.us-branch-preview .us-layout .us-message {
  font-size: 16px;
}

@media (max-width: 1100px) {
  #us-warehouse.us-branch-preview .us-layout .us-message {
    white-space: normal;
  }
}

@media (max-width: 760px) {
  .us-strip.us-branch-preview {
    padding: 40px 0 28px;
  }
  #us-warehouse.us-branch-preview .us-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    row-gap: 28px;
  }
  .us-branch-preview .us-branch-title {
    font-size: 34px;
  }
  #us-warehouse.us-branch-preview .warehouse-map {
    grid-column: 1;
    grid-row: 2;
  }
  #us-warehouse.us-branch-preview .us-layout .us-message {
    grid-row: 3;
    font-size: 18px;
  }
}
