.image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
}

.cooperate {
  background: #f4f9fc;
  padding: 40px 0;
}

.cooperate .content h5 {
  padding-bottom: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
  font-family: GoogleSans-Bold;
  color: #008cf0;
}

.cooperate .content .item a img {
  width: 100%;
}

.cooperate .content .item .title {
  font-size: 18px;
  font-family: GoogleSans-Bold;
  color: #000000;
  padding: 20px 0 15px;
}

.cooperate .content .item .summary {
  font-size: 16px;
  color: #333e48;
}

.cooperate .content .view_more {
  text-align: center;
}

.cooperate .content .view_more a {
  margin: 30px 0 10px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  padding: 10px 20px;
  background: #fbc02d;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .cooperate {
    padding: 30px 0;
  }
  .cooperate .content h5 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .cooperate .content .item {
    margin-bottom: 15px;
  }
  .cooperate .content .view_more a {
    margin: 10px 0;
  }
}
/*# sourceMappingURL=default.css.map */