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

.bobo-service1 h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
/* 
.bobo-service1 p {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.8;
} */
.bobo-service1  p:first-of-type {/*.bobo-service1  p*/
  color: #0d318f!important;
  font-weight: bold;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.8;
}
.bobo-service1 p{
  color: #121212!important;
  max-width: 1000px!important;          /* 限制最大宽度 */
  margin-left: auto;         /* 居中 */
  margin-right: auto;        /* 居中 */
}

.bobo-service1 .service-btn {
margin-top: 60px;
}

.bobo-service1 .service-btn > a {
    display: inline-block;
    transition: 0.5s;
    padding: 9px 30px;
    border-radius: var(--button-radius);
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    font-family: var(--title-font-family);
  }

@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;
  }
}
