@media only screen and (min-width: 360px) and (max-width: 640px){
    *{
        margin: 0%;
        padding: 0%;
    }
    .nav_bg{
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        position: sticky;
        top: 0px;
        left: 0px;
        box-shadow: 0px 3px 8px  rgb(230, 230, 230);
    }
    .snippets ul{
        display: none;
        justify-content: space-between;
    }
    .logo h5{
        font-size: 14px;
        font-weight: 500;
    }
    .heading h1{
        font-family: poppins;
        font-size: 16px;
        margin-top: 2em;
        font-weight: 600;
    
    
    }


    .heading h2{
        font-family: poppins;
        font-size: 12px;
        margin-top: 0.5em;
        color: grey;
        font-weight: 400;
    }

    .heading h3{
        font-family: poppins;
        font-size: 14px;
        margin-top: 0.5em;
        color: rgb(41, 41, 41);
        font-weight: 500;
        margin-top: 5em;
        margin-left: 5em;
        margin-bottom: 1em;
        color: rgb(142, 142, 236);
    }

    .images{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        background-color: rgb(255, 255, 255);
        width: 100%;
        justify-content: center;
    
    }
    .images img{
        width: 300px;
        align-items: center;
       
    }

    .images h2{
        text-align: left;
        font-family: poppins;
        font-weight: 400;
        font-size: 12px;
    }















































}