.home .coops {
  width: 100%;
  padding: 50px 0;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.home .coops .title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.home .coops .title-box .title {
  color: rgb(0, 60, 141);
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 16px;
}
.home .coops .title-box .sub-title {
  color: rgb(0, 60, 141);
  font-size: 20px;
}
.home .coops .logo-list {
  display: flex;
  flex-wrap: wrap;
  width: 1360px;
  margin-bottom: 140px;
}
.home .coops .logo-list .logo-item {
  border: 1px solid #ddd;
  width: 340px;
  height: 247px;
  margin: -1px 0 0 -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .coops .logo-list .logo-item img {
  width: 80%;
}

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