#Team {
  padding-top: 80px;
}

#Team h1 {
  margin-bottom: 30px;
  text-align: left;
  font-weight: 300;
}

#Team h1 span {
  color: #80badb;
}

#Team h2 {
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

#Team .birthplace img {
  width: 243px;
  height: 243px;
  margin-top: 34px;
}

#Team .birthplace-note {
  padding-top: 243px;
}

#Team .birthplace-note p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin: 0;
  color: #717171;
}

#Team .intro {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 100px;
}

#Team .bios {
  padding: 100px 0 100px;
  background-color: #f4f4f4;
}

#Team .bios h3 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #717171;
  font-size: 20px;
}

#Team .bios p {
  color: #717171;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
}

#Team .bios .biopic {
  height: 115px;
  width: 115px;
  border-radius: 115px;
  margin-bottom: 20px;
}

#Team .bios.other {
  background-color: #fff;
  padding: 100px 0 100px;
}

#Team .bios.other:first-child {
  padding-top: 100px;
  padding-bottom: 50px;
}

#Team .bios.other:last-child {
  padding-bottom: 100px;
}

#Team .bios.other h3 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #717171;
  font-size: 18px;
  margin-bottom: 0;
}

#Team .bios.other h4 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #717171;
  font-size: 14px;
  margin-top: 0;
}

#Team .bios.other .biopic {
  height: 75px;
  width: 75px;
  border-radius: 80px;
  margin-bottom: 5px;
}

#Team .bios.other p {
  color: #717171;
  font-family: "Lato";
  font-weight: 300;
  font-size: 14px;
}

@media (max-width: 1280px) {
  #Team .birthplace-note {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  #Team .birthplace-note {
    padding: 10px 0 0 15px;
  }
}
@media (max-width: 768px) {
  #Team .intro {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #Team .birthplace,
#Team .birthplace-note {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }

  #Team .birthplace-note {
    margin-bottom: 50px;
  }

  #Team .bios {
    padding-top: 50px;
  }

  #Team .bios .biopic {
    height: 80px;
    width: 80px;
    margin: 0 10px 10px 0;
    float: left;
  }

  #Team .bios p {
    margin-bottom: 50px;
  }
}
