@charset "UTF-8";
.top-banner-section {
  background: center top / auto 100% no-repeat url(../img/about-banner-bg.jpg);
}

.main-section {
  background-color: #f3f3f3;
}
.photo-wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(80, 80, 80, 0.2);
}
.photo-wrapper img {
  width: 100%;
}
.manager-info-wrapper .name {
  color: #15499a;
  font-size: 30px;
}
.manager-info-wrapper .entitle {
  color: #333;
  font-size: 18px;
  line-height: 3;
}
.manager-info-wrapper .desc {
  color: #888;
  line-height: 1.8;
}
.manager-wrapper + .manager-wrapper {
  border-top: 1px dashed #cecece;
}
