.reviews-list-select {
    width: 442px;
}

.reviews-list-select .custom-select-button {
    background: #868686;
    border: none;
    border-radius: 9px;
    padding: 12px 22px;
    font-size: 16px;
    color: #D2D2D2;
}

.reviews-list-select .custom-select-dropdown {
    border: none;
    border-radius: 9px;
    margin-top: 5px;
}

.reviews-list-select .custom-select-option {
    padding: 12px 20px;
    font-size: 16px;
}

@media screen and (max-width: 992px) {
    .reviews-list-select {
        display: none;
    }
}
