.bobo-service-container {
    padding: 40px 0 80px;
    overflow: hidden;
    background: #fff;
  }

  .bobo-title-box {
    text-align: center;
    margin-bottom: 50px;
  }
  .bobo-title-box h3 {
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;
    font-family: var(--title-font-family);
    color: var(--title-text-color);
  }
  .bobo-title-box p {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
    margin: 20px 0 0;
  }

.customer-list-1 {
  margin:50px 0;
  overflow:hidden;
  white-space:nowrap;
  position:relative;
  height:80px;
  display:flex;
  align-items:center;
  mask-image:linear-gradient(to right,rgba(0,0,0,0) 0,#000 12%,#000 88%,rgba(0,0,0,0) 100%)
}
.customer-item-1 {
  position:absolute;
  right:-130px;
  width:130px;
  display:flex;
  justify-content:center;
  align-items:center
}
.customer-item-1 img {
  width:80%;
  height:100%;
  object-fit:contain
}
.customer-list-2 {
  margin:50px 0;
  overflow:hidden;
  white-space:nowrap;
  position:relative;
  height:80px;
  display:flex;
  align-items:center;
  mask-image:linear-gradient(to right,rgba(0,0,0,0) 0,#000 12%,#000 88%,rgba(0,0,0,0) 100%)
}
.customer-item-2 {
  position:absolute;
  left:-130px;
  width:130px;
  display:flex;
  justify-content:center;
  align-items:center
}
.customer-item-2 img {
  width:80%;
  height:100%;
  object-fit:contain
}
.customer-list-3 {
  margin:50px 0;
  overflow:hidden;
  white-space:nowrap;
  position:relative;
  height:80px;
  display:flex;
  align-items:center;
  mask-image:linear-gradient(to right,rgba(0,0,0,0) 0,#000 12%,#000 88%,rgba(0,0,0,0) 100%)
}
.customer-item-3 {
  position:absolute;
  right:-130px;
  width:130px;
  display:flex;
  justify-content:center;
  align-items:center
}
.customer-item-3 img {
  width:80%;
  height:100%;
  object-fit:contain
}