@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-size: 25px;
        font-family: poppins;
        font-weight: 500;
        text-align: center;
        margin-top: 3em;
        text-decoration-line: underline;
        text-decoration-color: #049DD9;
        text-underline-offset: 20px;
    
    }

    .heading p{
        font-size: 16px;
        font-family: poppins;
        font-weight: 400;
        text-align: center;
        margin-top: 1em;
    }

    .images{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 2em;
        gap: 50px;
    }




















}