

.newsList {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
}

.novica {
	flex: 0 0 auto;
	width: calc(50% - 0.5em); 
	
	color: #000;
	text-align: left;
}

.novica img {
	display: block;
	margin-bottom: 0.5em;
}

.novica time {
	font-size: 0.8em;
	color: gray;
}

.novica h2 {
	font-size: 1.2em;
	color: #d53141;
}

.news__gallery {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
}

.news__gallery a { 
	flex: 0 0 auto;
	width: calc(50% - 0.5em); 
}

.news__gallery--1 {
	justify-content: center;
}

	.news__gallery--1 a { 
		width: 100%; 
		text-align: center;
	}
	
	.news__gallery--1 img { 
		display: inline-block;
	}

.novica__back {
	margin-top: 3em;
	text-align: center;
}


@media (min-width: 48em) {
	.newsList {
		gap: 2em;
	}
		
	.novica {
		width: calc(25% - 1.5em); 
	}
}