.meet-people-banner{
  background-image: url(../images/meet-people-banner.jpg);
}
.meet-people-section{
  padding: 20px 0;
}
.meet-people-section .meet-people-row{
  padding: 30px 0;
}
/* .meet-people-section .meet-people-row .meet-people-col-2{
  padding: 15px 0 0;
} */
.meet-people-section .meet-people-row h3{
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}
.meet-people-section .meet-people-row h5{
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}
.meet-people-section .meet-people-row p{
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.meet-people-section .meet-people-row .people-info{
  max-height: 68px;
  overflow: hidden;
  transition: all 0.7s;
}
.meet-people-section .meet-people-row .people-info.full-info{
  max-height: 10000px;
  transition: max-height 1s ease-in-out;
}
.meet-people-section .meet-people-row .read{
  margin-top: 0;
}
.meet-people-section .meet-people-row .read a {
    color: #0088dd;
}
.meet-people-section .meet-people-row .read a:hover {
    color: #cc0066;
}