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

.bobo-service1 .txt_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-href a  {
    display: inline-block;
    padding: 15px 60px;
    background: var(--color-primary);
    border-radius: var(--button-radius);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.main-href a:hover {
      background: none;
    color: var(--color-primary);
}

.bobo-service1 h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
.bobo-service1 h2 {
  display: flex;
  align-items: center;
}
.bobo-service1 h2 img {
  max-width: 70px;
  margin-right: 8px;
}

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