#filter {
    display: flex;
    padding: 25px 20px;
    border-radius: var(--border-radius);
    background-color: var(--color-white);
    box-shadow: var(--box-shadow);
    margin: var(--spacing-large) auto;
    width: 80%;
    justify-content: space-around;
    font-weight: bold;
    flex-wrap: wrap;
}
.split {
    width: 100%;
    height: 10px;
}
.value-filter {
    width: auto;
}