
.news-five-content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; padding: 0 12px; gap: 10px; }
.news-five-content .news-box { width: 220px; -webkit-box-flex: 9999; -ms-flex-positive: 9999; flex-grow: 9999; }
.news-five-content .news-box figure { height:100%; }

@media (min-width: 992px) {
	.news-five-content { -ms-flex-wrap:inherit; flex-wrap:inherit; }
	.news-five-content .news-box { width: auto; -webkit-box-flex:1; -ms-flex:1; flex:1; }
}