.event-bn {
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.15),0 6px 20px 0 rgba(0,0,0,0.12) !important;
}

.people-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 40px 0;
}

.person-card {
 width: 48%;
 display: flex;
 flex-flow: column nowrap;
 margin: 10px 0;
}

@media screen and (max-width: 1289px) {
  .person-card {
    width: 100%;
    margin: 20px 0;
  }
}

.person-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.person-card h3 {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 38px;
  margin: 15px 0 0 0;
}

.person-card h3 span.role {
  font-weight: 400;
  color: white;
  background-color: rgb(250,100,0);
  margin-right: 5px;
  font-size: 14px;
  line-height: 38px;
  padding: 0 5px;
}

.person-card p.small {
  margin: 0 !important;
}
