.all-offers-title {
    margin-top: 3rem;
    color: #707070;
    text-align: center;
}

.sorting-filters {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.filters-container {
    box-shadow: 0px 24px 48px #21355726;
    border-radius: 24px;
    width: fit-content;
    max-width: 1000px;
    margin: 5rem auto 0;
    padding: 1rem 2rem 2rem;
}

.filters-container h4 {
    text-align: center;
    color: #FCB72E;
}

.filter-label {
    color: #3536368C;
    font-weight: bold;
}

.filters-select {
    box-shadow: 0px 1px 6px #abb9b990;
    border-radius: 8px;
    color: #054C7B !important;
    font-weight: bold;
}

.filters-select option {
    color: #054C7B;
}

.offers-content {
    margin-top: 4rem;
}

@media (max-width: 930px) {
    .sorting-filters {
        flex-direction: column;
    }
}