.articles-page .posts-listing__container{
	margin: 40px auto 100px;
    justify-content: flex-start;
}

.archive .section-banner-hero, .blog .section-banner-hero{
	margin-bottom: 64px;
}


.fade-in {
	opacity: 0;
	animation: fadeInAnimation 0.8s forwards;
}
@media (max-width: 992px) {
    .articles-page .posts-listing__container{
        justify-content: center;
    }
}
