.wrap_latest_news {
    margin: 0 -.75rem
}
.blog-latest-item-wrap {
    padding: 0 .75rem
}

.blog-latest-item-wrap .blog-latest-item {
    border: 1px solid var(--border);
    background: #FFF;
}
.all-posts-link {
    position: relative
}
.all-posts-link:before {
    content:'';
    position: absolute;
    top:0;
    left: -2.5rem;
    right: -2.5rem;
    height: 1px;
    background-color: var(--border);
}
@media (min-width: 768px) {
    .blog-latest-item-wrap {
        flex-basis: 33.333%;
    }
}
@media (min-width: 768px) and  (max-width: 1199px) {
    .all-posts-link:before {
        left: -2rem;
        right: -2rem;
    }
}
@media (max-width: 767px) {
    .all-posts-link:before {
        left: -1.25rem;
        right: -1.25rem;
    }
}
