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

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

.bobo-service1 p {
 
  font-size: 16px;
  line-height: 1.8;
  background-color: var(--color-primary);
  border-radius: 30px;
  padding: 20px 20px;
}

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

@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: 0px 0 0px;
  background: #fff;
  text-align: center;
}
  .bobo-service1 h3 {
    font-size: 24px;
  }
  .bobo-service1 p {
    font-size: 14px;
  }
}

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

  

  .bobo-service1 p {
 
    font-size: 13px;
    line-height: 1.3;
  }
}

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