#about nav {
  color: var(--dark-text);
  background-color: var(--mint);
}

#about #about_us {
  color: var(--dark-text);
  background-color: var(--light-orange);
}

#about #founders .heading {
  color: var(--dark-text);
  background-color: var(--mint);
}

#about #about_us {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--dark-brown);
}

@media screen and (min-width: 1025px) {
  #about #about_us {
    flex-direction: row;
    height: 1240px;
  }
}

#about #about_us .left {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--dark-brown);
}

#about #about_us .left img {
  margin-top: 25px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

#about #about_us .right {
  box-sizing: border-box;
  padding-bottom: 58px;
}

#about #about_us .right h1 {
  font-family: "Founders Grotesk Medium";
  font-weight: 500;
  font-size: 35px;
  letter-spacing: -0.11px;
  line-height: 46px;
  width: 334px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}

#about #about_us .right p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  width: 334px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  #about #about_us .right p {
    width: 448px;
  }
}

@media screen and (min-width: 1025px) {
  #about #about_us .left {
    flex-grow: 7;
    flex-basis: calc(7/12 * 1%);
    border-bottom: 0;
  }

  #about #about_us .left img {
    margin-top: 35px;
  }

  #about #about_us .right {
    flex-grow: 5;
    flex-basis: calc(7/12 * 1%);
    padding-left: 42px;
    border-left: 1px solid var(--dark-brown);
    box-sizing: border-box;
  }

  #about #about_us .right h1 {
    width: 448px;
    margin-top: 395px;
    font-size: 46px;
    letter-spacing: -0.14px;
    line-height: 64px;
    text-align: left;
    margin-left: 0;
  }

  #about #about_us .right p {
    text-align: left;
    margin-left: 0;
  }
}

#about #about_us h2 {
  font-family: "Founders Grotesk Semibold";
  font-size: 18px;
  letter-spacing: 0.01px;
  margin-left: var(--mobile-gutter);
}

@media screen and (min-width: 769px) {
  #about #about_us h2 {
    margin-left: var(--gutter);
  }
}

#about #founders {
  display: flex;
  flex-direction: column;
  background-color: var(--light-orange);
}

#about #founders .heading {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--dark-text);
}

#about #founders .heading h1 {
  font-family: "Founders Grotesk Medium";
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -0.11px;
  line-height: 64px;
}

@media screen and (min-width: 769px) {
  #about #founders .heading {
    height: 300px;
  }

  #about #founders .heading h1 {
    font-size: 46px;
    letter-spacing: -0.14px;
  }
}

#about #founders .founder-photos {
  display: flex;
  flex-direction: column;
  border-bottom: 0;
}

@media screen and (min-width: 769px) {
  #about #founders .founder-photos {
    flex-direction: row;
    border-bottom: 1px solid var(--dark-brown);
  }
}

#about #founders .founder-photos .lydia,
#about #founders .founder-photos .david {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  #about #founders .founder-photos .lydia,
  #about #founders .founder-photos .david {
    flex: 1 1 auto;
    width: 50%;
  }
}

#about #founders .founder-photos .lydia .photo,
#about #founders .founder-photos .lydia .bio {
  border-right: 0
}

@media screen and (min-width: 769px) {
  #about #founders .founder-photos .lydia .photo,
  #about #founders .founder-photos .lydia .bio {
    border-right: 1px solid var(--dark-brown);
  }
}

#about #founders .founder-photos .lydia .photo,
#about #founders .founder-photos .david .photo {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid var(--dark-brown);
}

@media screen and (min-width: 769px) {
  #about #founders .founder-photos .lydia .photo,
  #about #founders .founder-photos .david .photo {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

#about #founders .founder-photos .lydia .bio,
#about #founders .founder-photos .david .bio {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--dark-brown);
}

@media screen and (min-width: 769px) {
  #about #founders .founder-photos .lydia .bio,
  #about #founders .founder-photos .david .bio {
    border-bottom: 0;
  }
}

#about #founders .founder-photos .lydia .bio h1,
#about #founders .founder-photos .david .bio h1 {
  font-family: "Founders Grotesk Medium";
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -0.11px;
  line-height: 46px;
  text-align: center;
  padding-left: var(--mobile-gutter);
  padding-right: var(--mobile-gutter);
}

@media screen and (min-width: 769px) {
  #about #founders .founder-photos .lydia .bio h1,
  #about #founders .founder-photos .david .bio h1 {
    font-family: "Founders Grotesk Medium";
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.14px;
    line-height: 64px;
    margin-bottom: 0;
    text-align: left;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

#about #founders .founder-photos .lydia .bio h3,
#about #founders .founder-photos .david .bio h3 {
  font-family: "Founders Grotesk Regular";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.06px;
  text-align: center;
  padding-left: var(--mobile-gutter);
  padding-right: var(--mobile-gutter);
}

@media screen and (min-width: 769px) {
  #about #founders .founder-photos .lydia .bio h3,
  #about #founders .founder-photos .david .bio h3 {
    font-family: "Founders Grotesk Regular";
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.09px;
    margin-top: 0;
    text-align: left;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

#about #founders .founder-photos .lydia .bio p,
#about #founders .founder-photos .david .bio p {
  font-family: "Founders Grotesk Regular";
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 36px;
  padding-left: var(--mobile-gutter);
  padding-right: var(--mobile-gutter);
}

@media screen and (min-width: 769px) {
  #about #founders .founder-photos .lydia .bio p,
  #about #founders .founder-photos .david .bio p {
    text-align: left;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

section#team {
  background-color: var(--light-blue);
}

@media screen and (min-width: 1025px) {
  section#team {
    height: 900px;
    display: flex;
  }
}

#team .team-photos {
  display: flex;
  flex-direction: column;
}

#team .team-photos .bios h1 {
  margin-top: 36px;
  margin-bottom: 68px;
  padding-left: var(--mobile-gutter);
}

@media screen and (min-width: 769px) {
  #team .team-photos {
    flex-direction: row;
  }

  #team .team-photos .bios h1 {
    margin-top: 66px;
    padding-left: var(--gutter);
  }
}

#team .team-photos .names {
  display: none;
}

@media screen and (min-width: 1025px) {
  #team .team-photos .names {
    display: flex;
    flex-direction: column;
    width: 60%;
  }

  #team .team-photos .bios {
    width: 40%;
  }

  #team .team-photos .names .name {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid var(--dark-brown);
    cursor: pointer;
  }

  #team .team-photos .names .name:last-child {
    border-bottom: 0;
  }

  #team .team-photos .names .name h3 {
    font-family: "Founders Grotesk Medium";
    margin-left: 65px;
    min-width: 300px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.21px;
    line-height: 36px;
  }

  #team .team-photos .names .name h4 {
    font-family: "Founders Grotesk Regular";
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.21px;
    line-height: 36px;
  }

  #team .team-photos .names .name.active h3 {
    text-decoration: underline;
  }

  #team .team-photos .bio.active img {
    max-width: 405px;
    width: 100%;
  }
}

#team .team-photos .name.active {
  background-color: var(--mint);
}

@media screen and (max-width: 1024px) {
  #team .team-photos .bio {
    border-bottom: 1px solid var(--dark-brown);
  }

  #team .team-photos .bio img,
  #team .team-photos .bio p {
    display: none;
  }

  #team .team-photos .bio.active img,
  #team .team-photos .bio.active p {
    display: block;
  }

  #team .team-photos .bio.active img {
    margin-left: auto;
    margin-right: auto;
  }

  #team .team-photos .bio h3 {
    font-family: "Founders Grotesk Medium";
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.19px;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 8px;
  }

  #team .team-photos .bio h4 {
    font-family: "Founders Grotesk Regular";
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -0.19px;
    line-height: 34px;
    margin: 0;
    margin-bottom: 30px;
  }

  #team .team-photos .bio p,
  #team .team-photos .bio h3,
  #team .team-photos .bio h4 {
    box-sizing: border-box;
    padding-left: var(--mobile-gutter);
    padding-right: var(--mobile-gutter);
  }

  #team .team-photos .bio.active h3 {
    margin-top: 51px;
  }

  #team .team-photos .bio p {
    margin-bottom: 53px;
  }
}

@media screen and (min-width: 1025px) {
  #team .team-photos .bios {
    border-right: 1px solid var(--dark-brown);
  }

  #team .team-photos .bio,
  #team .team-photos .bio h3,
  #team .team-photos .bio h4 {
    display: none;
  }

  #team .team-photos .bio.active {
    display: block;
    box-sizing: border-box;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
