.biography_info, .chief_info .about_chief, .chief_info .chief_post {
  font-size: 130%;
  line-height: 21px;
  color: #333333;
}

.chief_info .chief_name {
  margin: 0;
  font-size: 300%;
  line-height: 36px;
  color: #333333;
  font-family: "SegoeUIBold";
}
@media (max-width: 767px) {
  .chief_info .chief_name {
    font-size: 240%;
    line-height: 30px;
  }
}

.page_main_content {
  position: relative;
}

.chief_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  padding-right: 10px;
}
.chief_image img {
  width: 100%;
  vertical-align: top;
}

.chief_info .chief_post {
  margin-top: 10px;
}
.chief_info .about_chief {
  margin-top: 30px;
}

.chief_biography {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .chief_image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .page_main_content {
    padding-top: 0;
  }
}

/*# sourceMappingURL=chief.css.map */
