img.logo-dark {
    width: 18% !important;
}

a.navbar-brand {
    width: 52%;
}

@media only screen and (max-width: 600px) {
    div#main-serv-sec-2 {
        margin: 0pc 2pc;
    }

    div#main-serv-sec-2 {
        padding-top: 5px;
    }


}


/* Add your styles for the lightbox overlay here */
#lightbox-overlay {
    display: none;
    position: fixed;
    top: 5%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

#lightbox-img {
    max-width: 80%;
    max-height: 80%;
}


