@media only screen and (max-width: 768px) {
    .navbar {
        background: #f8f8f8 !important;
        box-shadow: 0px 5px 9px #00000041;
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 878px) {
    .table-space {
        margin: 0px 40px;
    }
}

@media only screen and (max-width: 800px) {
    .table-space {
        overflow-x: scroll !important;
    }
}

@media only screen and (max-width: 772px) {
    .table-space {
        margin: 0px 30px;
    }
}

@media only screen and (max-width: 825px) {
    #more .d-grid {
        display: grid;
        grid-template-columns: 100%;
    }
    .down {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 652px) {
    #labels .labels-img {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .filter select {
        font-size: 13px !important;
    }
    .filter {
        flex-wrap: wrap;
    }
    .filter-space {
        padding: 0px 10px !important;
    }
}

@media only screen and (max-width: 557px) {
    #home .hero {
        position: relative;
        top: 120px;
    }
    #home .hero h1 {
        font-size: 20px;
    }
    #home .hero p {
        font-size: 12px;
    }
    #home .hero {
        background: #00000075;
        padding: 10px 15px;
        max-width: 350px;
        margin: auto;
    }
    #home .home-btn {
        width: 100% !important;
    }
}

@media only screen and (max-width: 400px) {
    .filter-item {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 387px) {
    .top2 {
        top: 50%;
        padding: 0px 30px;
        left: 0%;
    }
}