.blog__title {
    padding-left: 20px;
}

.article_sec_eighth_container {
    padding-left: 0 !important;
}

.blog .page-width-desktop.similar_articles_desktop {
    padding-left: 0px;
}
.blog__posts.articles-wrapper{
    display: flex; 
}
@media screen and (max-width:990px) {
    .article_sec_eighth_container {
        display: none;
    }
}