@media (max-width: 768px) {
    .preparation-filter {
        margin-top: 24px;
    }
}

.preparation-filter__container {
    background: rgba(241, 247, 247, 1);
    padding: 28px;
    border-radius: 16px;
}

.preparation-filter__container h2 {
    margin: 0px 0px 35px 0px;
    font-size: 22px;
    font-weight: 600;
}

.preparation-filter__alphabet {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.preparation-filter__alphabet li {
    padding: 4px;

}

.preparation-filter__alphabet a {
    color: rgba(0, 49, 60, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    white-space: nowrap;
}

.preparation-filter__alphabet a:hover {
    color: rgba(253, 90, 66, 1);
    text-decoration: underline;
}