@media screen and (min-width: 768px) {
    .case-study_banner:before{
        width: 750px !important  ;
        height: 794px !important  ;
        top: 0 !important ;
        right: -8% !important ;
    }
    .case-study_banner{
        padding: 100px 0 107px 0 !important ;
    }
    .cs-bg img{
        position: absolute  !important ;
        right: -95px  !important ;
        bottom: -350px !important;
    }
    .cs-title{
        padding-right: 50px  !important ;
        h1{
            font-size: 51px  !important ;
            line-height: 60px  !important ;
        }
    }
    .about-discription{
        margin-top: 0  !important ;
        padding: 60px 18px 60px 27px  !important ;
    }
    .about-discription p{
        font-size: 18px  !important ;
        line-height: 34px  !important ;
    }
    .about-discription:before{
        width: 219px  !important ;
        height: 250px  !important ;
        left: calc(50% - 227px)  !important ;
    }
    .cs-rate-box1 h2{
        font-size: 24px  !important ;
        line-height: 35px  !important ;
    }
    .cs-rate-box1 span{
        font-size: 17px  !important ;
    }
    .cs-rate-box1 h3{
        font-size: 30px  !important ;
    }
    .cs-rate-box1{
        padding-top: 30px  !important ;
    }
    
    .cs-sticky-main::before{
        left: 50%  !important ;
    }
    .cs-sticky-heading h2{
        font-size: 52px  !important ;
        line-height: 70px  !important ;
        padding: 30px  !important ;
    }
    .cs-sticky-heading {
        transition: all 0.4s ease  !important ;
        transform: translateY(0)  !important ;
      }
      
      .cs-sticky-heading.sticking {
        transform: translateY(0)  !important ;
      }
      
      .cs-sticky-heading.unsticking {
        transform: translateY(0px)  !important ;
      }
      .cs-sticky-main .animation-service{
        left: -30%  !important ;
      }
      .cs-stickybmain:before{
        left: -10px  !important ;
      }
      .cs-sticky_b-1 img{
        margin-bottom: 10px  !important ;
      }
      .cs-stickybmain .cs-sticky_b-1 h3{
        margin-bottom: 15px  !important ;
        font-size: 35px  !important ;
      }
      .cs-sticky_main{
        position: unset  !important ;
      }
  }