.bobo-service1 {
  padding: 90px 0;
  background: #fff;
  text-align: center;
}

.bobo-service1 h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

.bobo-service1 .wrap{
  margin: 40px  0;
}

.bobo-service1 .wrap ul{
      display: flex;
    justify-content: center;
}

.bobo-service1 .witr_btn  {
      font-size: 18px;
    font-weight: 500;
    border-radius: var(--button-radius);
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    transition: 1s;
    padding: 15px 40px 15px 40px;
    color: var(--color-primary);
    background: var(--color-second);
    display: inline-block;
}


.bobo-service1 .wrap ul li{
    position: relative;
    padding: 30px;
    flex: 0 0 30.33%;
    background: #f2f2f2;
    margin: 0 1.5%;
    border-radius: 7px;
}

.bobo-service1 .wrap ul li::before{
  /* content: ""; */
  display: block;
  width: 30px;
  height: 30px;
  background: url("https://okki-shop.oss-accelerate.aliyuncs.com/category/458790/3719/fab1e5f7d43cf3fe1b47c60715653daf/%E5%8B%BE%E9%80%89.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: 0;
  background-size: cover;
}
.bobo-service1 .wrap ul li img {
    width: 40px;
    margin-bottom: 15px;
}



.bobo-service1 p {
  /* margin-top: 40px; */
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 1500px) {
  .bobo-service1 h3 {
    font-size: 32px;
  }
  .bobo-service1 p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .bobo-service1 h3 {
    font-size: 28px;
  }
  .bobo-service1 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .bobo-service1 {
    padding: 60px 0;
  }
  .bobo-service1 h3 {
    font-size: 24px;
  }
  .bobo-service1 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .bobo-service1 h3 {
    font-size: 28px;
  }

  .bobo-service1 {
    padding: 30px 0;
  }

  .bobo-service1 p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 576px) {
  .bobo-service1 h3 {
    font-size: 24px;
  }
}
