@media only screen and (min-width: 768px) and (max-width: 992px){
    *{
        margin: 0%;
        padding: 0%;
    }
    .nav_bg{
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        position: sticky;
        top: 0px;
        left: 0px;
        box-shadow: 0px 3px 10px  rgb(230, 230, 230);
    }
    .logo h5, .icons{
        padding: 1em;
        font-size: 14px;
        font-family: poppins;
    }
    .snippets ul li a{
        text-decoration: none;
        justify-content: space-between;
        font-family: poppins;
        font-size: 14px;
        color: black;
        font-weight: 400;
            
        
    }
    .heading h1{
        font-family: poppins;
        font-size: 30px;
        margin-top: 2em;
        font-weight: 600;
    
    
    }


    .heading h2{
        font-family: poppins;
        font-size: 18px;
        margin-top: 0.5em;
        color: grey;
        font-weight: 400;
    }

    .heading h3{
        font-family: poppins;
        font-size: 20px;
        margin-top: 0.5em;
        color: rgb(41, 41, 41);
        font-weight: 500;
        margin-top: 5em;
        margin-left: 5em;
        margin-bottom: 1em;
    }

    .images{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        background-color: rgb(255, 255, 255);
        width: 100%;
        justify-content: center;
    
    }




























}