@media (width < 650px) {
    .Service,
    .services {
        padding: 2rem 0rem;
    }
    .heading-text {
        font-size: 2rem;
        font-weight: 600;
    }
    .testimon {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 300px;
    }
    h2{
        font-size: 1.4rem;
    }
    .row{
        margin: 0px 0px;
    
    }
    .swiper-slide{
        display: none;
    }
    .user-image{
        width: 280px;
    }
    .slider-wrapper {
        overflow: hidden;
        max-width: 1200px;
        margin: 1.5rem 0.5rem 0.5rem 0rem;
    }
    .about-h {
        font-size: 1.5rem;
        font-weight: 700;
    }
    .call {
        height: 80px;
        width: 80px;
        top: 75%;
        left: 68%;
    }
    .call img{
        width: 80px;
      }
      .sub-heading{
        padding: 0;
        font-size: .5rem;
      }
      .outer{
        width: 100%;
        height: 128px;
    }
    .heading{
        font-size: 1.5rem;
    }
}
