.page-company {
  background: #ffffff;
  color: #333333;
}

.page-company main {
  overflow: hidden;
  position: relative;
}

.page-company main > section {
  position: relative;
  z-index: 1;
}

.page-company main > section > .container {
  margin: 0 auto;
  max-width: 26.875rem;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  width: 100%;
}

.page-company main > section.company-history > .container {
  padding: 0;
}

.company-hero {
  padding: 12.75rem 0 5.5rem;
}

.company-hero__layout,
.company-hero__stack,
.company-stats__content,
.company-history__content-shell,
.company-history__list,
.company-partners__content {
  display: grid;
}

.company-hero__layout {
  gap: 4rem;
}

.company-hero__stack {
  gap: 1.25rem;
}

.company-hero__stack > * {
  min-width: 0;
}

.company-hero__headline {
  display: grid;
  justify-items: center;
  text-align: center;
}

.company-hero__headline h1 {
  display: grid;
  font-family: var(--font-display);
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  gap: 0;
  line-height: 0.96;
  margin: 0;
}

.company-hero__eyebrow {
  color: #000000;
}

.company-hero__title-emphasis {
  color: #013deb;
  font-weight: 600;
}

.company-hero__banner,
.company-story-card,
.company-process-card,
.company-stat-card,
.company-partner-card {
  box-shadow: 0 0.75rem 2rem rgba(11, 27, 55, 0.08);
}

.company-hero__banner,
.company-story-card,
.company-process-card,
.company-hero__feature-image,
.company-stat-card,
.company-partner-card {
  border-radius: 0.625rem;
  overflow: hidden;
}

.company-hero__banner,
.company-hero__feature-image {
  background: #d6dbe2;
}

.company-hero__banner {
  aspect-ratio: 400 / 157;
  position: relative;
}

.company-hero__banner img,
.company-hero__feature-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.company-hero__banner-copy {
  bottom: 0.625rem;
  left: 1.125rem;
  max-width: 39.9375rem;
  position: absolute;
  right: 1.25rem;
  z-index: 1;
}

.company-hero__banner-copy::before {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  content: "";
  filter: blur(1.325rem);
  top: 0.125rem; right: -0.375rem; bottom: -0.125rem; left: -0.375rem;
  position: absolute;
}

.company-hero__banner p {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 0;
  position: relative;
}

.company-story-card {
  align-content: start;
  background: rgba(228, 240, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.58);
  display: grid;
  gap: 1.25rem;
  padding: 1.125rem 1rem 1.25rem;
}

.company-story-card__header {
  display: grid;
  gap: 1.5rem;
  justify-items: end;
  text-align: right;
}

.company-story-card__header h2,
.company-process-card__body h2 {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  white-space: pre-line;
}

.company-story-card__tags {
  color: #333333;
  display: grid;
  gap: 0.0625rem;
  justify-items: end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.company-story-card__tags li {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
}

.company-story-card__divider {
  background: #3b6afd;
  border-radius: 999px;
  display: block;
  height: 0.3125rem;
  justify-self: end;
  width: 100%; max-width: 12.5625rem;
}

.company-story-card__copy,
.company-process-card__body p {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}

.company-process-card__body .company-copy-line {
  display: block;
  text-align: right;
  white-space: nowrap;
}

.company-story-card__copy {
  margin-top: auto;
}

.company-hero__feature-image--expertise {
  aspect-ratio: 400 / 296;
}

.company-hero__feature-image--showcase {
  aspect-ratio: 399 / 298;
}

.company-process-card {
  background: rgba(228, 240, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.58);
  min-height: 8.8125rem;
  position: relative;
}

.company-process-card__body {
  display: grid;
  gap: 0.75rem;
  height: 100%;
  min-height: inherit;
  overflow-x: auto;
  padding: 0.8125rem 1rem 0.8125rem 1.125rem;
  position: relative;
}

.company-process-card__body p {
  box-sizing: border-box;
  margin-left: auto;
  margin-top: auto;
  max-width: 100%;
  text-align: right;
  width: max-content;
}

.company-process-card__icon {
  align-items: center;
  bottom: 0.8125rem;
  display: inline-flex;
  height: 2.0625rem;
  justify-content: center;
  left: 1.125rem;
  position: absolute;
  width: 2.0625rem;
}

.company-process-card__icon img,
.company-stat-card__icon img,
.company-partner-card img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.company-stats {
  padding: 5.5rem 0 0;
  position: relative;
}

.company-stats::before {
  background: linear-gradient(
    180deg,
    rgba(234, 240, 247, 0) 0%,
    rgba(234, 240, 247, 0.5) 10%,
    rgba(234, 240, 247, 0.5) 90%,
    rgba(234, 240, 247, 0) 99.519%
  );
  content: "";
  top: -4rem; right: 0; bottom: -4rem; left: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.company-stats__content {
  gap: 3.75rem;
  position: relative;
  z-index: 1;
}

.company-section-title {
  color: #000000;
  font-family: var(--font-display);
  font-size: 2rem;
  font-style: italic;
  line-height: 0.96;
  margin: 0;
  text-align: center;
}

.company-stats__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.company-stat-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(226, 232, 240, 0.96);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr auto auto;
  min-height: 19.25rem;
  padding: 0.75rem 0.8125rem 1rem;
}

.company-stat-card__accent {
  align-self: start;
  background: #3b6afd;
  display: block;
  grid-column: 1;
  grid-row: 1;
  height: 1rem;
  width: 1rem;
}

.company-stat-card__icon {
  grid-column: 2;
  grid-row: 1;
  height: 3.75rem;
  width: 3.75rem;
}

.company-stat-card__divider {
  align-self: end;
  background: #3b6afd;
  border-radius: 999px;
  display: block;
  grid-column: 1 / -1;
  grid-row: 2;
  height: 0.125rem;
  justify-self: end;
  margin-top: auto;
  width: 100%;
}

.company-stat-card__label {
  color: #333333;
  font-size: 0.875rem;
  grid-column: 1 / -1;
  grid-row: 3;
  line-height: 1.25;
  margin: 0;
}

.company-stat-card__value {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  grid-column: 1 / -1;
  grid-row: 4;
  line-height: 1.15;
  margin: 0;
}

.company-history {
  overflow: hidden;
  padding: 6.5rem 0 2.25rem;
}

.company-history::before {
  background:
    radial-gradient(circle at 72% 40%, rgba(217, 217, 217, 0.75) 0%, rgba(217, 217, 217, 0.5) 16%, rgba(217, 217, 217, 0) 34%),
    linear-gradient(139deg, rgba(234, 240, 247, 0.56) 10%, rgba(234, 240, 247, 0) 46%);
  content: "";
  filter: blur(2.5rem);
  top: 2rem; right: -15vw; bottom: 0; left: -15vw;
  pointer-events: none;
  position: absolute;
}

.company-history::after {
  background: linear-gradient(180deg, rgba(234, 240, 247, 0.45) 0%, rgba(234, 240, 247, 0.32) 100%);
  content: "";
  top: 0; right: 0; bottom: 0; left: 0;
  pointer-events: none;
  position: absolute;
}

.company-history__content-shell {
  gap: 0;
  position: relative;
  z-index: 1;
}

.company-history__section-title {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.company-history__list {
  background: transparent;
  gap: 0;
  position: relative;
}

.company-history__entry {
  background: transparent;
  display: grid;
  isolation: isolate;
  min-height: 50rem;
  overflow: hidden;
  position: relative;
}

.company-history__entry::before {
  background: var(--company-history-image) right center / auto 100% no-repeat;
  content: "";
  filter: grayscale(1) blur(0.5804375rem);
  top: 0; right: 0; bottom: 0; left: 0;
  opacity: 0.1;
  position: absolute;
  transform: scale(1.03);
  transform-origin: right center;
  z-index: -2;
}

.company-history__entry::after {
  background: none;
  content: "";
  top: 0; right: 0; bottom: 0; left: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.company-history__visual {
  top: 0; right: 0; bottom: 0; left: 0;
  pointer-events: none;
  position: absolute;
}

.company-history__orb {
  display: none;
}

.company-history__image-shell {
  left: 50%;
  position: absolute;
  top: 10rem;
  transform: translateX(-50%);
  width: 83.679vw; max-width: 22.488rem;
}

.company-history__entry--lead .company-history__image-shell {
  top: 11.5rem;
}

.company-history__picture {
  display: block;
  width: 100%;
}

.company-history__image {
  display: block;
  height: auto;
  opacity: 1;
  width: 100%;
}

.company-history__copy {
  align-self: stretch;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding: 3.25rem 0 3.5rem;
  width: 100%;
}

.company-history__entry--lead .company-history__copy {
  padding-top: 4.875rem;
}

.company-history__entry-title {
  align-self: center;
  color: #000000;
  font-family: var(--font-display);
  font-size: 2rem;
  font-style: italic;
  line-height: 0.96;
  margin: 0;
}

.company-history__summary {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.35;
  margin: auto 0 0;
  max-width: none;
  padding: 0 1.75rem;
  text-align: center;
}

.company-history__summary--fixed-lines {
  white-space: nowrap;
}

.company-history__year-block {
  display: grid;
  gap: 0.625rem;
  padding-top: 1rem;
}

.company-history__line {
  align-self: start;
  background-color: var(--color-primary);
  display: block;
  height: 1.5px;
  width: 77.5vw;
}

.company-history__year-wrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 22.5vw;
}

.company-history__year {
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}


.company-history__nav {
  display: none;
  margin-top: 20px;
}

.company-partners {
  padding: 2.5rem 0 4rem;
}

.company-partners__viewport {
  cursor: grab;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  outline: none;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
}

.company-partners__viewport:focus-visible {
  box-shadow: 0 0 0 3px rgba(59, 106, 253, 0.22);
}

.company-partners__viewport.is-paused {
  cursor: grabbing;
}

.company-partners__track {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding: 0 0.5rem;
  width: max-content;
  will-change: transform;
}

.company-partners__sequence {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
}

.company-partner-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  display: flex;
  height: 5rem;
  justify-content: center;
  min-width: 11.9625rem;
  padding: 0.25rem 0.5rem;
}

.company-partner-card img {
  max-height: 4.25rem;
}

@media (max-width: 46.0625rem) {
  .company-stat-card {
    min-height: 15rem;
  }

  .company-stat-card__label {
    min-height: 2.5em;
  }
}

@media (max-width: 27rem) {
  .company-hero {
    padding: 10.5rem 0 4.75rem;
  }

  .company-hero__layout {
    gap: 3rem;
  }

  .company-hero__stack {
    gap: 1rem;
  }

  .company-hero__headline h1,
  .company-section-title,
  .company-history__entry-title {
    font-size: 1.75rem;
  }

  .company-hero__banner-copy {
    bottom: 0.75rem;
    left: 0.875rem;
    right: 0.875rem;
  }

  .company-story-card {
    gap: 1rem;
    padding: 1rem 0.875rem 1.125rem;
  }

  .company-story-card__header {
    gap: 1rem;
  }

  .company-story-card__header h2,
  .company-process-card__body h2 {
    font-size: 1.125rem;
  }

  .company-story-card__divider {
    max-width: 9.5rem;
  }

  .company-process-card {
    min-height: 7.75rem;
  }

  .company-process-card__body {
    gap: 0.625rem;
    padding: 0.875rem 0.875rem 0.875rem 1rem;
  }

  .company-process-card__icon {
    bottom: 0.875rem;
    height: 1.875rem;
    left: 1rem;
    width: 1.875rem;
  }

  .company-stats {
    padding-top: 4.75rem;
  }

  .company-stats__content {
    gap: 2.5rem;
  }

  .company-stats__grid {
    gap: 0.875rem;
  }

  .company-stat-card {
    gap: 0.625rem;
    min-height: 12.25rem;
    padding: 0.75rem 0.75rem 0.875rem;
  }

  .company-stat-card__icon {
    height: 3rem;
    width: 3rem;
  }

  .company-stat-card__label {
    font-size: 0.8125rem;
    line-height: 1.35;
    min-height: 2.7em;
  }

  .company-stat-card__value {
    font-size: 1.125rem;
  }

  .company-history {
    padding: 5.5rem 0 2.5rem;
  }

  .company-history__entry {
    min-height: 42rem;
  }

  .company-history__image-shell {
    top: 8.25rem;
    width: min(79vw, 20rem);
  }

  .company-history__entry--lead .company-history__image-shell {
    top: 9.5rem;
  }

  .company-history__copy {
    gap: 0.875rem;
    padding: 2.75rem 0 2.75rem;
  }

  .company-history__entry--lead .company-history__copy {
    padding-top: 4rem;
  }

  .company-history__summary {
    font-size: 1.0625rem;
    line-height: 1.4;
    padding: 0 1rem;
  }

  .company-history__year-block {
    gap: 0.5rem;
  }

  .company-history__year-wrap {
    padding-right: 19vw;
  }

  .company-history__year {
    font-size: 1.75rem;
  }

  .company-history__line {
    width: 81vw;
  }

  .company-partners {
    padding: 2rem 0 3.25rem;
  }

  .company-partner-card {
    height: 4.5rem;
    min-width: 10rem;
  }

  .company-partner-card img {
    max-height: 3.25rem;
  }
}

@media (min-width: 46.0625rem) {
  .page-company main > section > .container {
    max-width: 50rem;
  }

  .page-company main > section.company-history > .container {
    max-width: 100%;
  }

  .company-hero {
    padding-top: 11rem;
  }

  .company-hero__layout {
    gap: 3rem;
  }

  .company-hero__headline h1,
  .company-section-title {
    font-size: 3rem;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
  }

  .company-hero__stack {
    align-items: start;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-hero__banner,
  .company-hero__feature-image--showcase {
    grid-column: 1 / -1;
  }

  .company-story-card,
  .company-process-card,
  .company-hero__feature-image {
    min-height: 100%;
  }

  .company-process-card {
    min-height: 18rem;
  }

  .company-hero__feature-image--expertise,
  .company-hero__feature-image--showcase {
    aspect-ratio: auto;
    min-height: 18rem;
  }

  .company-stats__grid {
    gap: 1.5rem;
  }

  .company-history {
    padding-top: 7rem;
  }

  .company-history__content-shell {
    gap: 3.5rem;
  }

  .company-history__section-title {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto;
  }

  .company-history__list {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .company-history__list::-webkit-scrollbar {
    display: none;
  }

  .company-history__entry {
    align-items: end;
    flex: 0 0 100%;
    min-height: 28rem;
    scroll-snap-align: start;
  }

  .company-history__entry::before {
    background-image: var(--company-history-image);
    filter: none;
    top: 0; right: 0; bottom: 0; left: 0;
    opacity: 0;
    transform: none;
  }

  .company-history__entry::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 32%, rgba(0, 0, 0, 0.08) 100%);
  }

  .company-history__visual {
    top: 0; right: 0; bottom: 0; left: 0;
  }

  .company-history__orb {
    display: none;
  }

  .company-history__image-shell,
  .company-history__entry--lead .company-history__image-shell {
    max-width: none;
    top: 0; right: 0; bottom: 0; left: 0;
    transform: none;
    width: 100%;
  }

  .company-history__image {
    height: 100%;
    object-fit: cover;
    opacity: 1;
    width: 100%;
  }

  .company-history__picture {
    height: 100%;
  }

  .company-history__copy {
    align-items: end;
    gap: 1.25rem;
    height: auto;
    padding: 2rem;
  }

  .company-history__entry--lead .company-history__copy {
    padding-top: 2rem;
  }

  .company-history__entry-title {
    display: none;
  }

  .company-history__summary {
    font-size: 1.125rem;
    margin: 0;
    max-width: 20rem;
    padding: 0;
    text-align: right;
  }

  .company-history__year-block {
    align-items: flex-end;
    gap: 0.5rem;
    padding-top: 0;
    width: 100%;
  }

  .company-history__line {
    background: #3b6afd;
    flex: 1;
    height: 0.125rem;
    width: auto;
  }

  .company-history__year-wrap {
    padding-right: 0;
  }

  .company-history__year {
    font-size: 2.25rem;
  }

  .company-history__nav {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
  }

  .company-history__arrow {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #333333;
    cursor: pointer;
    display: flex;
    height: 2.75rem;
    justify-content: center;
    transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
    width: 2.75rem;
  }

  .company-history__arrow:hover:not(:disabled) {
    background: #f5f5f5;
    border-color: #3b6afd;
    color: #3b6afd;
  }

  .company-history__arrow:disabled {
    cursor: default;
    opacity: 0.35;
  }

  .company-partners {
    padding-bottom: 5rem;
  }
}

@media (min-width: 62rem) {
  .page-company main > section > .container {
    max-width: 100%;
  }

  .company-hero {
    padding-bottom: 6rem;
    padding-top: 10.25rem;
  }

  .company-hero__layout {
    align-items: start;
    column-gap: 7rem;
    column-gap: clamp(4rem, 8vw, 10rem);
    grid-template-columns: minmax(25rem, 19.6875rem) minmax(0, 1fr);
  }

  .company-hero__headline {
    justify-items: start;
    padding-top: 0.25rem;
    text-align: left;
  }

  .company-hero__headline h1,
  .company-section-title {
    font-size: 3.75rem;
  }

  .company-hero__stack {
    column-gap: 1.875rem;
    grid-template-columns: minmax(0, 36.311%) minmax(0, 60.252%);
    justify-self: end;
    row-gap: 1.875rem;
  }

  .company-hero__banner {
    aspect-ratio: 873 / 199;
    grid-column: 1 / -1;
  }

  .company-hero__banner-copy {
    bottom: 0.875rem;
  }

  .company-hero__banner p {
    font-size: 1.125rem;
    line-height: 1.22;
  }

  .company-story-card {
    align-self: stretch;
    grid-column: 1;
    grid-row: 2 / span 2;
    padding: 1.125rem 1.375rem 1.375rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  .company-story-card__header h2,
  .company-process-card__body h2 {
    font-size: 1.5rem;
  }

  .company-story-card__tags li,
  .company-story-card__copy,
  .company-process-card__body p {
    font-size: 1.125rem;
    line-height: 1.35;
  }

  .company-hero__feature-image--expertise {
    aspect-ratio: 526 / 296;
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
  }

  .company-process-card {
    grid-column: 2;
    grid-row: 3;
    min-height: 0;
  }

  .company-process-card__body {
    padding: 0.8125rem 1.125rem 0.875rem 1.125rem;
  }

  .company-hero__feature-image--showcase {
    aspect-ratio: 873 / 298;
    grid-column: 1 / -1;
    grid-row: 4;
    min-height: 0;
  }

  .company-stats {
    padding-top: 6.5rem;
  }

  .company-stats__content {
    gap: 3.75rem;
  }

  .company-section-title {
    text-align: left;
  }

  .company-stats__grid {
    gap: 3.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .company-stat-card {
    gap: 1rem;
    min-height: 21rem;
    min-height: clamp(17rem, 22vw, 26.125rem);
    padding: 0.75rem 1.3125rem 1.25rem;
  }

  .company-stat-card__label {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .company-stat-card__value {
    font-size: 2.25rem;
    line-height: 1.1;
  }

  .company-history {
    padding: 7.5rem 0 4.5rem;
  }

  .company-history__content-shell {
    gap: 0;
    grid-template-rows: 1fr auto;
  }

  .company-history .company-section-title {
    align-self: start;
    grid-column: 1;
    grid-row: 1;
    padding-left: 2.5rem;
    padding-top: 2.5rem;
    z-index: 2;
  }

  .company-history__list {
    gap: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .company-history__nav {
    grid-row: 2;
  }

  .company-history__entry {
    align-items: end;
    flex: 0 0 100%;
    min-height: 55rem;
    scroll-snap-align: start;
  }

  .company-history__copy {
    align-self: center;
    gap: 2.5rem;
    max-width: 40%;
    padding: 0 2.5rem 0 0;
    width: 100%;
  }

  .company-history__summary {
    font-size: 1.5rem;
    line-height: 1.3333;
    max-width: 100%;
  }

  .company-history__year {
    font-size: 2rem;
  }

  .company-partners {
    padding: 2.75rem 0 5.5rem;
  }

  .company-partners__track,
  .company-partners__sequence {
    gap: 0.875rem;
    gap: clamp(0.75rem, 1vw, 0.875rem);
  }

  .company-partner-card {
    height: 6.5rem;
    height: clamp(5.5rem, 7.8vw, 7.375rem);
    min-width: 15rem;
    min-width: clamp(13rem, 18.65vw, 17.645rem);
    padding: 0.25rem 0.75rem;
  }

  .company-partner-card img {
    max-height: 5.5rem;
    max-height: clamp(4rem, 6.8vw, 6.5rem);
    width: auto;
  }
}

@media (min-width: 46.0625rem) and (max-width: 51.24875rem) and (orientation: portrait) {
  .company-history__entry {
    min-height: 48rem;
  }

  .company-history__copy {
    align-self: center;
    align-items: end;
    gap: 2rem;
    max-width: 21rem;
    padding: 0 2rem 0 0;
    width: 100%;
  }

  .company-history__summary {
    font-size: 1.0625rem;
    line-height: 1.4;
    max-width: 100%;
    text-align: right;
  }

  .company-history__year {
    font-size: 2rem;
  }
}

@media (min-width: 51.25rem) and (max-width: 61.99875rem) and (orientation: portrait) {
  .company-history__entry {
    min-height: 55rem;
  }

  .company-history__copy {
    align-self: center;
    align-items: end;
    gap: 2.5rem;
    max-width: 40%;
    padding: 0 2.5rem 0 0;
    width: 100%;
  }

  .company-history__summary {
    max-width: 100%;
    text-align: right;
  }
}
