.swiper-container-wrapper.swiper-style-news{

	@media (min-width: 992px){
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: calc( 2 * var(--halfInnerContainer) );
		margin: 0 auto;
	}

	.article-item{
		height: 100%;
	}

	.swiper-slide{
		max-width: min( 360px, 100vw - 80px );
		height: auto;
	}
}