.origin-story {
  padding-top: 105px;
  padding-bottom: 105px;
  background: #f7f4ee;
}

.origin-story-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: end;
}

.origin-story-heading h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.origin-story-experience {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 26px 28px;
  border-top: 4px solid #0d67ad;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 46, 68, .07);
}

.origin-story-experience > strong {
  color: #0d67ad;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1;
}

.origin-story-experience h3,
.origin-story-experience p {
  margin: 0;
}

.origin-story-experience h3 {
  color: #0b1c2c;
  font-size: 18px;
  line-height: 1.35;
}

.origin-story-experience p {
  margin-top: 7px;
  color: #637585;
  font-size: 14px;
  line-height: 1.55;
}

.origin-story-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 52px);
  margin-top: 44px;
}

.origin-story-copy p {
  margin: 0;
  color: #526b80;
  font-size: 16px;
  line-height: 1.75;
}

.origin-story-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid #d8e0e5;
  border-bottom: 1px solid #d8e0e5;
}

.origin-story-pillars article {
  padding: 29px 25px 32px;
  border-right: 1px solid #d8e0e5;
}

.origin-story-pillars article:last-child {
  border-right: 0;
}

.origin-story-pillars span {
  display: block;
  margin-bottom: 20px;
  color: #c28311;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.origin-story-pillars h3 {
  margin: 0 0 11px;
  color: #0b1c2c;
  font-size: 18px;
  line-height: 1.4;
}

.origin-story-pillars p {
  margin: 0;
  color: #637585;
  font-size: 14px;
  line-height: 1.65;
}

.origin-story-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  margin-top: 30px;
  padding: 23px 26px;
  border-left: 4px solid #14775b;
  border-radius: 4px 16px 16px 4px;
  background: #eaf5f1;
}

.origin-story-note > span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #14775b;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.origin-story-note p {
  margin: 2px 0 0;
  color: #315f52;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .origin-story-heading,
  .origin-story-copy {
    grid-template-columns: 1fr;
  }

  .origin-story-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .origin-story-pillars article:nth-child(2) {
    border-right: 0;
  }

  .origin-story-pillars article:nth-child(-n+2) {
    border-bottom: 1px solid #d8e0e5;
  }
}

@media (max-width: 600px) {
  .origin-story {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .origin-story-experience {
    grid-template-columns: 1fr;
    padding: 24px 21px;
  }

  .origin-story-pillars {
    grid-template-columns: 1fr;
  }

  .origin-story-pillars article,
  .origin-story-pillars article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #d8e0e5;
  }

  .origin-story-pillars article:last-child {
    border-bottom: 0;
  }

  .origin-story-note {
    padding: 21px 19px;
  }
}
