
@media screen and (max-width:768px) {


    /* header credibility */

    .head-cred{
        display: flex;
        flex-direction: column;
    }



    /* stats containter */

    .stats-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 45px;
        text-align: center;
        

    }


    .objections-handle h2{
        font-weight: 700;
        line-height: 49px;
        font-size: 2.9rem;
        color: aliceblue;
        text-shadow: 1px 3px 5px rgba(22, 22, 22, 0.339);
        margin: 25px 0px ;
        text-align: center;
        
    }



        /* VIDEO */

    .video{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 1rem;
        
    }

     .video video{ 
        border-radius: 19px;
    }


     .video-text h3{
        font-size: 1.9rem;
        font-weight: 600;
        color: aliceblue;
        line-height: 32px;
    }

    .video-text p{
        
        color: aliceblue;
        line-height: 32px;
        font-size: 1rem;
    }

    /* step by step guide */

    .guide{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 18px;
        margin: 0px 14px;
    }

    .guide-heading{
        line-height: 64px;
    }

    /* our team */

.our-team-container{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
    width: 100%;
    padding: 22px;
    /* border: 1px solid rgb(238, 238, 238); */
}

    }


    @media screen and (min-width:768px) {
           .Google-rev{     
            width: 40%;
        }
    }