
.next-article-text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.next-article-seprater-text {
    background: #EB2E2E;
    color: #FFF;
    font-size: 18px;
    border: 1px solid #EB2E2E;
    border-radius: 5px;
    padding: 10px 24px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 10px;
    z-index: 1;
}

.next-article-featured-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 10px;
}

.next-article-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.next-article-meta span {
    margin-right: 15px;
}


.next-article-seprater-col:before {
    content: '';
    border-bottom: 3px solid #EB2E2E;
    width: 100%;
    top: 30px;
    position: absolute;
    height: 1px;
    display: block;
    z-index: 1;
}
.next-article-seprater-col {
    position: relative;
    text-align: center;
    background: white;
}
