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


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

.bobo-service11 p {
  margin-top: 10px;
  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;
}

.bobo-service11 .certification-text {
  text-align: left !important;
  margin: 40px 0 0 0;
  padding: 0 !important;
  line-height: 1.8;
  margin-top: 40px; 
}

.bobo-service11 .cert-blue {
  font-weight: bold;
  color: var(--color-primary);
}


@media screen and (max-width: 991px) {


  .bobo-service11 p {
    margin-top: 20px;
    line-height: 1.3;
  }
}

