.aa{}

.self-text2 .container{
        flex-direction: row-reverse;
}

.bobo-service1.self-text2 h3{
    flex: 0 0 40%;
        margin-bottom: 20px;
}

.bobo-service1.self-text2 p{
display: flex;
    flex-direction: column;
    font-size: 18px!important;
        flex: 0 0 auto;
}

.bobo-service1.self-text2 p a{
    padding: 10px 25px;
    display: inline-block;
    margin-top: 20px;
        width: 200px;
}






.bobo-service1 {
  padding: 180px 0 100px;
  background: #fff;
  text-align: center;
}

.self-text1{
 background: #F5F5F5;
}

.bobo-service1 .container-fluid{
      display: flex;
    align-items: center;
    justify-content: space-between;
}

.bobo-service1 h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
      flex: 0 0 50%;
    text-align: left;
}

.bobo-service1 p {
  /* margin-top: 40px; */
  font-size: 20px;
      flex: 0 0 20%;
    text-align: left;
}

body .bobo-service1 p {
  font-size: 18px!important;
}

@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: 767px) {
  .bobo-service1 h3 {
    font-size: 24px;
  }
  .bobo-service1 .container-fluid{
        flex-wrap: wrap;
    flex-direction: column;
  }
  .bobo-service1.self-text2 p,
  body .bobo-service1 p{
    font-size: 14px!important;
  }

  .bobo-service1.self-text2 h3{
    flex: 0 0 100%;
    margin-bottom: 0;
  }

}
