.bobo-service3 {
  /* padding: 70px 0; */
  padding-top: clamp(30px, 3.645833vw, 70px) 0;
  background: #fff;
  text-align: center;
}

.bobo-service3 h3 {
  font-size: clamp(24px, 1.88vw, 36px);
  line-height: 1;
  font-weight: 700;
}

.bobo-service3 p {
  margin-top: 20px;
  display: block;
  padding: 10px 0;
  color: #666;
  font-size: clamp(14px, 1.15vw, 22px);
  font-family: var(--font-family);
  letter-spacing: 0;
  font-weight: 600;
}



@media screen and (max-width: 991px) {
  .bobo-service3 p {
    margin: 5px 0 0;
    line-height: 1.3;
  }
}

