.comm-banner {
  background-image: url(../images/professional.png);
}

.person {
  padding: 50px 0;
}
.person-header {
  height: 400px;
  padding-left: 480px;
  position: relative;
  background: #fff;
}
.person-pic {
  height: 400px;
  width: 480px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.person-info {
  padding: 20px 40px;
}
.person-name b {
  font-size: 24px;
}
.person-name span {
  margin-left: 15px;
}
.person-desc {
  font-size: 14px;
  line-height: 40px;
  color: #666;
}

.person-desc h5 {
  margin-top: 20px;
  border-bottom: 1px dotted #ddd;
  color: #333;
}

.person-content {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px;
  font-size: 14px;
}

.person-content-title {
  margin: auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  width: 80px;
  border-bottom: 3px solid #d21112;
  margin-bottom: 50px;
}

.person-content-html p {
  margin-bottom: 5px;
  color: #666;
}

@media screen and (max-width: 992px) {
  .person-header {
    padding: 15px;
    height: auto;
  }
  .person-pic {
    position: relative;
    width: 100%;
    height: 260px;
  }
  .person-info {
    padding: 0;
    margin-top: 15px;
  }
}