.cooperation {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 89px 0 90px;
  margin: 90px 0;
  background: #ffffff;
}
.cooperation:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cooperation {
    padding: 72px 0;
  }
}
@media (max-width: 900px) {
  .cooperation {
    padding: 56px 0;
    margin: 60px 0;
  }
  .cooperation:last-child {
    margin-bottom: 0;
  }
}
.cooperation__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cooperation__container {
  position: relative;
}
.cooperation__grid {
  display: grid;
  grid-template-columns: minmax(0, 695px) minmax(0, 1fr);
  grid-gap: 60px;
  gap: 60px;
  align-items: center;
}
@media (max-width: 900px) {
  .cooperation__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cooperation__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 695px;
}
.cooperation__title {
  margin: 0;
  max-width: 610px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  color: #000;
}
@media (max-width: 1200px) {
  .cooperation__title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 900px) {
  .cooperation__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.cooperation__desc {
  max-width: 599px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
  color: rgba(107, 114, 128, 0.9);
}
.cooperation__desc p {
  margin: 0 0 12px;
}
.cooperation__desc p:last-child {
  margin-bottom: 0;
}
.cooperation__desc strong, .cooperation__desc b {
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
}
.cooperation__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.cooperation__tag {
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #ff8c00;
  border-radius: 100px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
  color: rgba(255, 140, 0, 0.9);
  white-space: normal;
}
.cooperation__cta {
  align-self: flex-start;
}
.cooperation__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cooperation__media img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 380px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 900px) {
  .cooperation__media {
    justify-content: flex-start;
  }
  .cooperation__media img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=styles.css.map */
