article.node.node--type-page.node--view-mode-full {
    background: #f6f6f6;
    background-image: linear-gradient( 90deg , #f6f6f6 50%,#FFF 50%);
}
.leaders{
  margin-top:30px;
}
.leaders .leaderslist {
  display:flex;
  flex-wrap: wrap;
}
.leaders h3 {
  margin-bottom:14px;
}
.leaders h3 span{
  font-size:14px;
  color:#999;
  padding-left:20px;
}
.leaders p{
  font-size:14px !important;
  line-height:160%;
}
.leaders img{
  width:200px;
}
.leaders .row{
  margin-bottom:30px;
}
/******** admistrative office *****/
.office{
  padding:0 20px 20px;
}
.office h2{
  font-size:22px;
  color:#005826;
  padding:30px 0 25px;
  font-weight:600;
}
.office img {
    max-width: 120px;
}
.office h3{
  font-size:18px;
  font-weight:600;
}
.office h4{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.office p{
  font-size:14px;
  color:#999;
  line-height:150%;
}