.project-cooperation {
  padding-top: 104px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .project-cooperation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .project-cooperation .decor-bg-stripes {
    display: none;
  }
}

.project-cooperation__s-heading {
  max-width: 550px;
}

.project-cooperation .btn {
  width: auto;
}

@media screen and (max-width: 1200px) {
  .project-cooperation .btn {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
  }
}

.project-cooperation__outer-link {
  width: auto;
}

.project-cooperation picture {
  display: block;
}

.project-cooperation img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  pointer-events: none;
}
