/* Media Query */

/* Mobile */

@media screen and (min-width: 350px) and (max-width: 576px){

    /* Navbar */
    .navbar .navbar-brand img,
    .navbar .navbar-toggler img{
        height: 30px !important;
    }

    .About-head{
        height: 40vh;
    }

    .About-head h1{
        font-size: 50px;
    }
}

/* Tablet */

@media screen and (min-width: 576px) and (max-width: 768px){

    /* Navbar */
    .navbar .navbar-brand img,
    .navbar .navbar-toggler img{
        height: 35px !important;
    }
}

