
.theme-home-4 .section-cooperations .cooperation-item .cooperation-desc {
  font-size: var(--h5-font-size);
  line-height: 2;
}
.theme-home-4 .section-cooperations .cooperation-item .cooperation-author {
  font-weight: 400;
}
.acm-cooperation.style-1 .cooperation-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px!important;
  text-align: left!important;
}
/* .acm-cooperation.style-1 .cooperation-desc {
  color: var(--body-headings-color);
  margin-top: 0;
} */
.cooperation-title {
  color: white;
  font-size: 1.9rem !important;
}
.cooperation-section-title-wrap {
    max-width: 500px;
    margin-bottom: 4.28rem;
}
.cooperation-inner {
    padding: 0 1.6rem;
}
.acm-cooperation.style-1 {
    position: relative;
}
.acm-cooperation.style-1 .owl-nav .owl-next,
.acm-cooperation.style-1 .owl-nav .owl-prev {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #eee;
  font-size: 11px;
  height: 3.2rem;
  line-height: 3.2rem;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 3.2rem;
}
.acm-cooperation.style-1 .owl-nav .owl-next:hover,
.acm-cooperation.style-1 .owl-nav .owl-prev:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.acm-cooperation.style-1 .owl-nav .owl-prev {
  left: -6.42rem;
}
@media (max-width: 991.98px) {
  .acm-cooperation.style-1 .owl-nav .owl-prev {
    left: -1.07rem;
  }
}
.acm-cooperation.style-1 .owl-nav .owl-next {
  right: -6.42rem;
}
@media (max-width: 991.98px) {
  .acm-cooperation.style-1 .owl-nav .owl-next {
    right: -1.07rem;
  }
}