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

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

}