.link_item {
    border-radius: 5px;
    transition: .2s linear;
}

.link_item.active {
    background: rgba(159, 159, 159, .19);
    color: #4382D6 !important;
}

@media (pointer: fine) {
    .link_item:hover {
        background: rgba(159, 159, 159, .19);
        text-decoration: underline;
    }
}

@media screen and (max-width: 768px){
    .link_item {
        width: 50%;
    }
}

@media screen and (max-width: 680px){
    .link_item {
        width: 100%;
    }
}
