.cooperation {
  min-height: 50vh;
}

.cooperation__inner {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
}

.cooperation__title {
  font-weight: 400;
  font-size: 27px;
  margin-bottom: 1.5rem;
}

@media (min-width: 769px) {
  .cooperation__title {
    font-size: 35px;
  }
}
