.team-info:not(section:nth-of-type(2) ) {
  margin-top: 10rem;
}

.team-info {
  margin-bottom: 10rem;
}

.team-title {
  font-family: 'roadgeek';
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  font-size: 4.4rem;
  margin: 0 auto 5px;
}

@media screen and (max-width: 1800px) {
  .team-title  {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1400px) {
  .team-title  {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .team-title  {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .team-title  {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 620px) {
  .team-title  {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 400px) {
  .team-title  {
    font-size: 3.4rem;
  }
}

.people {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.people__content {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  max-width: 1200px;
}

@media screen and (max-width: 1800px) {
  .people__content {
    max-width: 940px;
  }
}

@media only screen and (max-width: 767px) {
  .people__content {
    width: 80%;
    padding: 25px 0;
  }
}

.person {
  position: relative;
  vertical-align: middle;
  float: left;
  width: 33.33%;
  margin: 0 auto;
  padding-bottom: 33%;
}

@media screen and (max-width: 1200px) {
  .person {
    display: inline-block;
    text-align: center;
    float: none;
    width: 50%;
    padding-bottom: 45%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .person {
    padding-bottom: 45%;
  }
}

@media screen and (max-width: 620px) {
  .person {
    display: inline-block;
    text-align: center;
    float: none;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 90%;
  }
}

.person__banner-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0%;
}

.person__name {
  display: block;
}

.person__position {
  display: block;
  margin: 0 auto;
}

.people::after,
.people__content::after {
  content: "";
  clear: both;
  display: table;
}

.interns {
  font-size: 1.4rem;
}

.intern_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  column-gap: 1rem;
}

@media only screen and (max-width: 1800px) {
  .intern_row {
    max-width: 940px;
  }
}

.intern_column {
  display: grid;
}

.interns_title {
  text-align: center;
  margin-bottom: 6rem;
  font-size: 3.5rem;
  font-family: 'roadgeek';
  font-weight: 400;
}

.intern_person {
  text-align: center;
  margin-bottom: 3rem;
  font-family: 'PT Sans';
}

.intern_person div {
  font-weight: 400;
  font-size: 3.4rem;
  font-family: 'roadgeek';
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.intern_person p {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
}


@media screen and (max-width: 1800px) {
  .interns_title {
    font-size: 3.3rem;
  }
  .intern_person div {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1400px) {
  .interns_title {
    font-size: 3.5rem;
  }
  .intern_person div {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .interns_title {
    font-size: 3.1rem;
  }
  .intern_person div {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .interns_title {
    font-size: 2.9rem;
  }
  .intern_person div {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 620px) {
  .interns_title {
    font-size: 3.7rem;
  }
  .intern_person div {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 400px) {
  .interns_title{
    font-size: 2.9rem;
  }
  .intern_person div {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 620px) {
  .intern_row {
    grid-template-columns: 1fr;
    row-gap: 8rem;
  }
  .intern_column {
    width: 90%;
    margin: 0 auto;
  }
}

