/* 
.bobo-service2 {
  padding: 0 ;
  background: #fff;
  text-align: center;
}

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

.bobo-service2 p:first-of-type {
  color: #0d318f !important;
  font-weight: bold;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.8;
}

.bobo-service2 p {
  color: #121212 !important;
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.bobo-service2 .service-btn {
  margin-top: 60px;
}

.bobo-service2 .service-btn > a {
  display: inline-block;
  transition: 0.5s;
  padding: 9px 30px;
  border-radius: var(--button-radius);
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  font-family: var(--title-font-family);
}

/* Responsive */


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

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

.bobo-service2 p:first-of-type {
  color: #0d318f !important;
  font-weight: bold;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.8;
}

.bobo-service2 p {
  color: #121212 !important;
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.bobo-service2 .service-btn {
  margin-top: 60px;
}

.bobo-service2 .service-btn > a {
  display: inline-block;
  transition: 0.5s;
  padding: 9px 30px;
  border-radius: var(--button-radius);
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  font-family: var(--title-font-family);
}

/* Responsive */


@media screen and (max-width: 1280px) {
  .bobo-service2 h3 {
    font-size: 28px;
  }
  .bobo-service2 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
   .bobo-service2 {
    padding: 0;
  }
  .bobo-service2 h3 {
    font-size: 24px;
  }
  .bobo-service2 p {
    font-size: 16px;
  }
}

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

  .bobo-service2 p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.3;
  }
}

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