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

    /* VIDEO */

    .video{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: 100%;
        width: 100%;
        margin: 12px auto;
        gap: 1rem;
    }

    .video video{
        max-width: 100%;
        width:95%;
        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;
    }

   

    /* 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;
        
    }


    iframe{
        width: 80%;
    }


}