.member-title {
  font-size: 5rem;
}

.res-title {
  font-size: 2rem;
}

.member-title:after {
  content: '';
  display: block;
  width: 4.0625rem /* 65/16 */;
  height: 0.187rem;
  background-color: #fff;
  border: 0.187rem solid #fff;
  border-radius: 8px;
  margin: 1.2rem auto;
}

.name {
  font-size: 1.5rem;
  color: #333333;
}

.member-pic .col-sm-6 {
  /*padding-left: 1rem !important;*/
  /*padding-right: 1rem !important;*/
  padding: 0 15px;
}

.member-pic img{
  max-height: 310px;
  object-fit: cover;
}

.teacher-img {
  width: 160px;
  max-height: 254px;
}

.member .tea-wrap{
  max-width: 800px;
  margin: 0 auto;
}
