.view.news.block-page {
    overflow: hidden;
}


.view.news.block-page > div > .contextual-region {
    margin-left: -5%;
}

.view.block-page div[data-history-node-id] {
    width: 33.3%;
    float: left;
    padding: 20px 0 20px 5%;
    position: relative;
    height: 280px;
}
.view.block-page div[data-history-node-id]:before {
    content: " ";
    position: absolute;
    bottom: 15%;
    left: 7%;
    height: 60%;
    width: 1px;
    border-right: 1px solid #ddd;
}
.view.block-page div[data-history-node-id]:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 30%;
    height: 1px;
    width: 60%;
    border-bottom: 1px solid #ddd;
    visibility: visible;
}
.view.block-page div[data-history-node-id] h2 {
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: inherit;
    font-weight: bold;
    line-height: 1.2em;
}
.view.block-page div[data-history-node-id] h2 a {
    color: inherit;
}
.view.block-page div[data-history-node-id] h2 a:hover {
    color: var(--current_light_color);
}

@media screen and (max-width: 599px) {
    .node.article.teaser {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .view.news.block-page > div > .contextual-region {
        margin-left: 0;
    }
    .view.block-page div[data-history-node-id] {
        width: auto;
        float: none;
        padding: 20px 0;
        height: auto;
    }
    .view.block-page div[data-history-node-id]:before {
        content: none;
    }
    .view.block-page div[data-history-node-id]:after {
        left: 10%;
        width: 80%;
    }
}
