.group-content .tab-pane .text_before_items {
    margin-bottom: 42px;
}
.group-content .item-views .item .title a {
    color: #333;
    color: var(--white_text_black);
    text-decoration: none;
}
.group-content .item:hover .title a, .group-content .item a:hover {
    color: var(--fill_dark_light_hover);
}
@media (min-width: 992px) {
    .box-shadow:hover {
        border-color: #fff;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        background-color: #fff;
        z-index: 1;
    }
}