@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;
            
        
    }
    .img_bg{
        background-color: red;
        width: 100%;
        height: 600px;
       
    }
    .section4_bg{
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 800px;
    }
    .flex5{
        display: flex;
        
        gap: 30px;
        justify-content: center;
        margin-top: 4em;
    }
    .section7_bg{
        background-color: #049DD9;
        width: 100%;
        height: 650px;
    }
    .flex7 img{
        width: 80px;
        margin-left: 28%;
    }
    .flex8{
        display: flex;
        flex-wrap: wrap;
        gap: 150px;
        justify-content: center;
        margin-top: 4em;
    }
    .section8_bg{
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 1000px;
    }
    .section9_bg{
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 900px;
    }
}