.featured-blogs .article-card {
    max-width: 100%;
}

.featured-blogs .article-card .card-img-top {
    max-width: 165px;
    max-height: 110px;
}

.featured-blogs .article-card--lg .card-img-top {
    max-height: 350px;
    max-width: 525px;
}

.featured-blogs .blogs {
    background-image: repeating-linear-gradient(180deg, #eed6d7, #eed6d7 14px, transparent 14px, transparent 29px);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 2px 100%;
}

@media ( min-width: 1440px ){
    .featured-blogs .blogs {
        width: 100%;
        max-width: 650px;
    }

    .featured-blogs .featured-blog {
        width: 100%;
        max-width: 560px;
    }
}

@media ( max-width: 1025px ){
    .featured-blogs .blogs {
        background-image: repeating-linear-gradient(90deg, #eed6d7, #eed6d7 14px, transparent 14px, transparent 29px);
        background-position: left top;
        background-repeat: repeat-x;
        background-size: 100% 2px;
    }
}

@media ( max-width: 768px ){
    
}

@media ( max-width: 576px ){
   
}
