@media (max-width:1699px) {
    .marketplace-cards-category .card-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-section {
        background-size: cover !important;
    }
}

@media (max-width:1399px) {
    .marketplace-cards-category .card-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:767px) {
    .marketplace-cards-category .card-category-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:1199px) {

    .marketplace-numbers,
    .marketplace-filter {
        width: 100% !important;
    }
}

@media (max-width:991px) {
    .hero-section {
        min-height: 620px;
    }
}

@media (max-width:991px) {
    .hero-section {
        min-height: 620px;
    }
}

@media (max-width:767px) {
    .hero-section {
        min-height: 790px;
    }
}

@media (max-width:575px) {
    .marketplace-cards-category .mcard {
        min-width: 100%;
        width: 100%;
    }

    .state-select2-pere .dropdown-component .close-icon {
        right: 40px !important;
    }

    .dropdown-component .close-icon {
        right: 40px !important;
    }

    .hero-section {
        min-height: 720px;
    }
}