.page-about {
  background: url(/images/about-background.png);
  background-position: 50% 0;
  background-size: 100% 600px;
  padding: 40px 0;
  position: relative;
  background-repeat: no-repeat;
}
.page-about:after {
  content: "\20";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  background: linear-gradient(to bottom, transparent, #f9f9f9);
}
.page-about .inner-wrapper {
  position: relative;
  z-index: 2;
  width: 1200px;
  background: #ffffff;
  margin: auto;
  box-shadow: 0 2px 24px 0px #00000024;
  display: flex;
}
.page-about .inner-wrapper .about-menu {
  box-sizing: border-box;
  width: 160px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #fafafa;
  padding: 80px 0 0 48px;
  color: #999999;
}
.page-about .inner-wrapper .about-menu .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.page-about .inner-wrapper .about-menu a {
  display: block;
  line-height: 36px;
  font-size: 12px;
}
.page-about .inner-wrapper .about-menu a.selected {
  color: #333333;
  font-weight: bold;
}
.page-about .inner-wrapper .about-content {
  padding: 30px 60px;
}
.page-about .inner-wrapper .about-content p {
  margin: 0 0 10px 0;
  color: #666666;
  font-size: 14px;
}
.page-about .inner-wrapper .about-content h1 {
  color: #333333;
  font-size: 40px;
  font-weight: normal;
  margin: 30px 0 40px 0;
}
.page-about .inner-wrapper .about-content h2 {
  font-size: 27px;
  color: #39a9ff;
  font-weight: normal;
  margin: 30px 0 20px 0;
  position: relative;
}
.page-about .inner-wrapper .about-content h2 span {
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}
.page-about .inner-wrapper .about-content h2:after {
  content: "\20";
  display: block;
  width: 100%;
  height: 2px;
  background: #c5e6ff;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 20px;
}
.page-about .inner-wrapper .about-content h3 {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.page-about .honors {
  display: flex;
  margin: -14px;
  flex-wrap: wrap;
}
.page-about .honors .honor-item {
  width: 280px;
  height: 196px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin: 14px;
  position: relative;
  box-shadow: 0 2px 24px 0px #00000024, 0 0 0 6px white inset;
  margin-bottom: 60px;
  flex-shrink: 0;
  flex-grow: 0;
}
.page-about .honors .honor-item .title {
  position: absolute;
  bottom: -36px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
}
