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

.title-content {
  text-align: left;
  position: relative;
}

.title-content .row-one {
  color:  #1a305e;
}

.title-content .row-two {
  color: #ad2e2a;
  width: max-content;
  word-break: break-all;
}


.title-content .row-three {
  color: #1a305e;
  text-align: right;
}

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

  .title-content .row-two { 
      width: 70%;
  }
  .title-content .row-three {
    text-align: left;
    
  }

  .title-content .lock {
  bottom: -5px;
}
}
.title-content .row-three {
  /* display: flex; */
}
/* .title-content .row-three .row-three-left {
  flex: 0 1  42.5%;
} */
.title-content .lock {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: flex;
  align-items: center;
  flex: 1;
}


 .lock img {
  width: 32px;
  height: 32px;
}
.lock .content {
  font-size: 16px;
  color: #aaa;
  text-align:left;
  
}


.title-content .row-three .row-three-right img {
  width: 32px;
  height: 32px;
}
.title-content .row-three .row-three-right .content {
  font-size: 16px;
}

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

@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;
  }
  .title-content .lock{
    display: none;
  }
}
