/* ==========================================================================
   Founding Partners
   Portrait on top, two bios side by side below.
   ========================================================================== */

.Founders {
  padding-bottom: 21rem;
}

/* The collage reads as its own divider, so this section drops the hairline
   the other section titles carry. Type stays identical. */
.Founders .section-title {
  border-bottom: 0;
  padding-bottom: 0;
}

.Founders__portrait-wrap {
  margin: 0 auto 7.2rem;
}

.Founders__portrait {
  width: 100%;
  height: auto;
  border-radius: 7px;
  display: block;
}

.Founders__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.8rem;
}

.Founders__person + .Founders__person {
  border-top: 1px solid #E3D9C9;
  padding-top: 4.8rem;
}

.Founders__name {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 0.4rem;
}

.Founders__role {
  font-size: 1.2rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #B8860B;
  font-weight: 600;
  margin: 0 0 1.6rem;
}

.Founders__bio {
  line-height: 1.65;
  font-weight: 350;
  color: #4A4038;
  margin: 0;
}

@media only screen and (min-width: 48em) {
  .Founders__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 6.4rem;
  }

  .Founders__person + .Founders__person {
    border-top: 0;
    border-left: 1px solid #E3D9C9;
    padding-top: 0;
    padding-left: 6.4rem;
  }
}
