.footprints-header-menu {
    display: none;
}

@media screen and (min-width: 992px) {
    #FOOTPRINT + .mega-menu .dropdown-item {
        display: none;
    }

    .footprints-header-menu {
        display: flex;
        justify-content: center;
    }

    .footprints-header-menu li a {
        position: relative;
    }

    .footprints-header-menu li img {
        width: 100%;
    }

    .footprints-header-menu li span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-family: 'mukta-bold';
        letter-spacing: 0.5px;
        color: #fff;
        font-size: 28px;
        text-align: center;
        width: 90%;
    }

}
