@media screen and (max-width:768px) {

    /* .navbar-bg {
        background-color: #00aeff !important;
        padding: 0px 50px;
    } */

    .logos-contaienr img {
        width: 100px;
        object-fit: cover;
    }

    /*Banner Section stylings*/

    .section-banner {
        background-image: url("../img/banner3.jpg");
        width: 100%;
        height: 100vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}