#about-section {
  background-color: #0bb783;
  color: #ffffff;
}

.cooperator-item img {
  transition: all 0.2s ease;
  margin: 20px;
  max-width: 100px;
}

.cooperator-item:hover img {
  max-width: 120px;
  margin: 10px 0 20px;
}

.cooperator-item {
  height: 250px;
}

.scrolltop {
  bottom: 40px;
  left: 65px;
}

.news-box {
  width: calc(100% - 80px);
  height: 60px;
  background: linear-gradient(to right, #34e89e, #0f3444);
  border-top-left-radius: 30px;
  margin-right: -30px;
  padding-right: 40px;
  display: flex;
  align-items: center;
}

.news-box .news-item {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}

.news-box .news-item:hover {
  color: #fbfbfb;
  text-shadow: 1px 1px 3px black;
}

.news-box .news-item.hidden {
  display: none;
}

.news-box .news-item .news-item-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.news-main-icon{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-main-icon:hover {
  box-shadow: 2px 2px 4px 5px #05c588;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .news-main-icon {
    width: 70px !important;
    height: 70px !important;
  }

  .news-box {
    width: calc(100% - 30px);
    height: 45px;
    margin-right: -40px;
  }

  .news-box .news-item .news-item-text {
    font-size: 14px;
  }
}
