.subset {
  background: url("../images/about-bg.jpg") no-repeat center;
}

.main-container {
}

.coordination {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

.coordination .img, .coordination .coordination-content {
  flex: 1;
}

.coordination .coordination-content .name {
  margin-top: 20px;
  font-size: 24px;
  color: #2C3241;
}

.coordination .coordination-content .desc {
  line-height: 26px;
  margin: 24px 0 20px 0;
  font-size: 14px;
  color: #696969;
}

.coordination .img {
  margin-right: 100px;
}

.coordination .img > img {
  max-width: 100%;
}

.coordination .coordination-icons {
  display: flex;
  justify-content: space-between;
}

.coordination-icons .icon-item {
  text-align: center;
}

.coordination-icons .icon-item .name {
  margin-top: 15px;
  font-size: 15px;
  color: #333;
}

.about-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.about-wrapper .title {
  margin-bottom: 80px;
  font-size: 40px;
  text-align: center;
  color: #2C3241;
}

.about-wrapper .about-list {
  display: flex;
  flex-wrap: wrap;
}

.about-list .about-item {
  flex: 0 0 33.3333%;
  margin-bottom: 80px;
  padding-right: 100px;
  box-sizing: border-box;
}

.about-list .about-item .name {
  margin: 45px 0 24px 0;
  font-size: 24px;
  font-weight: bold;
  color: #505050;
}

.about-list .about-item .desc {
  line-height: 36px;
  font-size: 14px;
  color: #546E7A;
}
