.bottom_line_title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 6%;
    text-transform: uppercase;
    color: var(--color-primary);
}
.bottom_line {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.bottom_line_item {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}

.bottom_line_item.selected {
    text-decoration: underline;
}
.bottom_line_item a {
    display: block;
    color: var(--grey-dark, #E7E7E7);
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.bottom_line_item a:hover {
    text-decoration: underline;
}