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

.bobo-service1 p {
  color: #306FB2;
  font-size: clamp(24px, 3.15vw, 60px);
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  line-height: 1.2;
  font-family: var(--font-family);
}

@media screen and (max-width: 1281px) {
    .bobo-service1 {
        padding: 80px 0;
    }
}


@media screen and (max-width: 991px) {
  .bobo-service1 {
    padding: 30px 0 0
  }

  .bobo-service1 p {
    line-height: 1.3;
  }
}
