.cooperation__wrap {
  padding-bottom: 0;
  margin-bottom: 56px;
  border-bottom: 1px solid #E4E4E4;
}

@media (min-width: 991px) {
  .cooperation__wrap {
    padding-bottom: 81px;
    margin-bottom: 70px;
  }
}

@media (min-width: 1199px) {
  .cooperation__wrap {
    padding-bottom: 102px;
    margin-bottom: 94px;
  }
}

.cooperation__item {
  width: 100%;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 66px;
}

@media (min-width: 992px) {
  .cooperation__item {
    width: 32%;
    margin-bottom: 0;
  }
}

.cooperation__img {
  position: relative;
}

.cooperation__bl {
  padding: 30px 0 20px;
  align-items: center;
}

.cooperation__num {
  width: 60px;
  height: 60px;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #E31E24;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4F4F4;
  border-radius: 2px;
}

@media (min-width: 1199px) {
  .cooperation__num {
    width: 70px;
    height: 70px;
    font-size: 22px;
  }
}

.cooperation__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #1C1B17;
  margin-top: 0;
  width: calc(100% - 80px);
}

@media (min-width: 992px) {
  .cooperation__title {
    font-size: 22px;
    width: calc(100% - 80px);
  }
}

@media (min-width: 1199px) {
  .cooperation__title {
    font-size: 26px;
    width: calc(100% - 90px);
  }
}

.cooperation__title a {
  color: #1C1B17;
  text-decoration: none;
}

.cooperation__intro {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
  margin-bottom: 23px;
}

@media (min-width: 992px) {
  .cooperation__intro {
    min-height: 112px;
    margin-bottom: 28px;
    font-size: 16px;
  }
}

@media (min-width: 1199px) {
  .cooperation__intro {
    margin-bottom: 33px;
  }
}

.cooperation__button .art-button {
  padding: 16px 44px;
  z-index: 1;
  position: relative;
}
/*# sourceMappingURL=cooperation.css.map */