.stop-juggling-sec {
    background: url('/template/85b5ce5e/images/still-compare-bg.png') no-repeat;
    background-size: cover;
    background-position: left;
    padding: 105px 0 135px;
  }
  .stop-juggling-sec .inner-content {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
  }
  
  .stop-juggling-sec .inner-content .des-text {
    letter-spacing: 0;
    padding: 0;
    color: #fff;
    font-family: Biotif;
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 20px;
  }
.stop-juggling-sec .inner-content .des-text:last-child{
    margin: 0;
}
  .stop-juggling-sec .inner-content .title-text {
    padding: 0;
    margin: 0 0 20px;
    letter-spacing: -0.01em;
    color: #fff;
    font-family: Biotif;
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
  }
  .stop-juggling-sec .inner-content .button-group {
    display: flex;
    gap: 0 20px;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0;
  }
  .stop-juggling-sec .inner-content .button-group a{  
    border-radius: 10px;
    background: #FFBE63;
    display: inline-block;
    color: #000;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    height: 45px;
    max-width: 180px;
    margin: 0;
    width: 100%;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .stop-juggling-sec .inner-content .button-group a:hover {
    background: #F87252;
    color: #fff;
  }
  .stop-juggling-sec .inner-content .button-group a.request-demo{
    background: #F87252;
    color: #fff;
  }
  .stop-juggling-sec .inner-content .button-group a.request-demo:hover{
    background: #FFBE63;
    color: #000;
  }
