@media screen and (max-width: 768px) {
  .cooperation-wrapper {
    width: 100vw;
    height: auto;
    padding: 0 12px;
    overflow: hidden;
  }
  .cooperation-wrapper .title {
    height: 36px;
    background-color: #094;
    margin: 0 0 12px;
    padding: 0;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
  }
  .cooperation-wrapper .title:before {
    display: none;
  }
  .cooperation-wrapper .contact-content .row {
    display: flex;
    flex-direction: column;
  }
  .cooperation-wrapper .cooperation-item {
    width: calc(100vw - 24px);
    height: auto;
    margin: 0 0 24px;
  }
}