@media (min-width: 320px) and (max-width:1000px) {
    .filter-list .dropdown:first-child button {
        width: 320px;
    }

    .btn-secondary {
        width: 140px;
    }
}

@media (min-width: 768px) {
    /* .filter-list .dropdown:not(:last-child) {
        width: calc(25% - 15px);
    }

    .filter-list .dropdown:last-child {
        width: fit-content;
    } */
}

@media (min-width: 992px) {

    header,
    section,
    footer {
        padding: var(--lgPadding);
    }

    .bg-lg-transparent {
        background-color: transparent !important;
    }

    /* .filter-list .dropdown:not(:last-child) {
        width: calc(27% - 15px);
    } */

}

@media (min-width:1024px) {
    /* h1 {
        font-size: 65px;
    } */

    h2 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1366px) {}

@media (min-width: 1440px) {
    /* .filter-list .dropdown:not(:last-child) {
        width: calc(29% - 15px);
    } */
}

@media (min-width: 1900px) {}